Registry / utility / sevlyar-go-daemon

sevlyar-go-daemon

JSON →
library0.1.6gogounverified

Package daemon provides a library for writing system daemons in Go.

go get github.com/sevlyar/go-daemon
INSTALL
IMPORT
SIG · SEVLYAR-GO-DAEMON
S
sevlyar-go-daemon
utilitygov0.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

daemon
github.com/sevlyar/go-daemon

Basic usage of the daemon package.

package main import ( "fmt" "github.com/sevlyar/go-daemon" ) func main() { cntxt := &daemon.Context{} d, err := cntxt.Reborn() if err != nil { fmt.Println(err) } defer d.Release() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
sevlyar-go-daemon — go get sevlyar-go-daemon · libregistry