Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hengfeiyang/daemon

go daemon func
https://github.com/hengfeiyang/daemon

Last synced: about 1 month ago
JSON representation

go daemon func

Awesome Lists containing this project

README

        

daemon
======

go daemon func

```
import (
"github.com/hengfeiyang/daemon"
)

func main() {
daemon.Daemon(0, 0)
}
```