daemon
daemon copied to clipboard
go daemon func
daemon
go daemon func
import (
"github.com/9466/daemon"
)
func main() {
daemon.Daemon(0, 0)
}