From 48e6610bdb679060838fc1e58ae3c4d1202127bb Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Thu, 11 Dec 2014 23:35:07 +0700 Subject: [PATCH 1/2] rename system depended files due to changes in go v.1.4 --- darwin.go => daemon_darwin.go | 0 linux.go => daemon_linux.go | 0 linux_systemd.go => daemon_linux_systemd.go | 0 linux_systemv.go => daemon_linux_systemv.go | 0 windows.go => daemon_windows.go | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename darwin.go => daemon_darwin.go (100%) rename linux.go => daemon_linux.go (100%) rename linux_systemd.go => daemon_linux_systemd.go (100%) rename linux_systemv.go => daemon_linux_systemv.go (100%) rename windows.go => daemon_windows.go (100%) 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 From feee066ccd8ac451696bee75a469fd725e9da4f7 Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Thu, 11 Dec 2014 23:36:15 +0700 Subject: [PATCH 2/2] Bumped version number to 0.2.4 --- daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,