diff --git a/daemon.go b/daemon.go index 1702ed4..e3743a4 100644 --- a/daemon.go +++ b/daemon.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. /* -Package daemon 0.2.3 for use with Go (golang) services. +Package daemon 0.2.4 for use with Go (golang) services. Package daemon provides primitives for daemonization of golang services. This package is not provide implementation of user daemon, diff --git a/darwin.go b/daemon_darwin.go similarity index 100% rename from darwin.go rename to daemon_darwin.go diff --git a/linux.go b/daemon_linux.go similarity index 100% rename from linux.go rename to daemon_linux.go diff --git a/linux_systemd.go b/daemon_linux_systemd.go similarity index 100% rename from linux_systemd.go rename to daemon_linux_systemd.go diff --git a/linux_systemv.go b/daemon_linux_systemv.go similarity index 100% rename from linux_systemv.go rename to daemon_linux_systemv.go diff --git a/windows.go b/daemon_windows.go similarity index 100% rename from windows.go rename to daemon_windows.go