Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyranron/daemonigo

A simple wrapper to daemonize Go applications.
https://github.com/tyranron/daemonigo

Last synced: about 2 months ago
JSON representation

A simple wrapper to daemonize Go applications.

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)