Age | Commit message (Collapse) | Author |
|
I think this should reduce the cognitive load of using the function.
|
|
|
|
I was working with net.UnixConn.WriteMsgUnix() incorrectly. Literally the
only example of this I can find in the wild is in CoreOS go-systemd, which
does the same thing I did. Unfortunately go-systemd only hits that
codepath as a fall-back if the primary code path errors... and the test
suite only hits the primary code path.
|
|
|
|
|
|
|
|
This does not include the sd_is_* utility functions.
BREAKING CHANGES:
- The import name is now "sd_daemon" instead of "sd".
- The logger interface is now entirely different.
- Notify now takes more arguments.
|
|
|
|
|
|
|