Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyranron/daemonigo
A simple wrapper to daemonize Go applications.
https://github.com/tyranron/daemonigo
Last synced: 16 days ago
JSON representation
A simple wrapper to daemonize Go applications.
- Host: GitHub
- URL: https://github.com/tyranron/daemonigo
- Owner: tyranron
- License: mit
- Created: 2014-04-16T19:40:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T15:13:15.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T03:14:38.807Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 269 KB
- Stars: 40
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
daemonigo
=========A simple library to daemonize [Go programming language](http://golang.org/)
applications.## Installing
$ go get github.com/tyranron/daemonigo
After this command *daemonigo* is ready to use.
## Usage
Usage examples you can see in `examples/` repository directory.## Documentation
See http://godoc.org/github.com/tyranron/daemonigo
Or run:
$ godoc github.com/tyranron/daemonigo
## License
[MIT License](LICENSE.md)