A daemon package for use with Go (golang) services - daemon/daemon.go at master · takama/daemon. ... Valid for macOS only. UserAgent Kind = UserAgent // ...
Library for writing system daemons in Go. Now supported only UNIX-based OS (Windows is not supported). But the library was tested only on Linux and OSX.
Package daemon provides primitives for daemonization of golang services. In the current implementation the only supported operating systems are macOS, FreeBSD, ...