granty1 / daemon

setup daemon process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daemon

example

~/GolandProjects » go get -u github.com/granty1/daemon
func main() {
    // start daemon process
    // before other flag parse!
    daemon.Run()
}

About

setup daemon process


Languages

Language:Go 100.0%