repositorypackage
0.0.0-20241230214936-2dd58a020d81
Repository: https://github.com/tristan957/go-sd-notify.git
Documentation: pkg.go.dev
# README
go-sd-notify
This is a Go implementation of sd_notify(3)
. At the bottom of that man page,
there are examples of implementing sd_notify
, and this package is a
translation of those examples to Go, including various helpers.