Go Daemon Versions Save

A library for writing system daemons in golang.

v0.1.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/sevlyar/go-daemon/compare/v0.1.5...v0.1.6

v0.1.5

5 years ago
  • Added support for Solaris;
  • Minor improvements and bug fixes.

v0.1.4

5 years ago
  • Remove CGO dependency. Now library doesn't require CGO on build;
  • Update documentation.

v0.1.3

6 years ago
  • Fix build on Windows (#31);
  • Remove obsolete code;
  • Fix documentation of Context.Args (#34).

v0.1.2

6 years ago
  • Fix build for freebsd (#21) and linux_arm64 (#29);
  • Add several examples;
  • Update README.

v0.1.1

6 years ago
  • Fix compilation on Windows #13;
  • Fix removing of PID-file on Darwin #17;
  • Fix removing of PID-file with a long name on Linux #16;
  • Fix race on PID-file creation #18.