From 25c0453faa65550fa61587fa933f7591ed58c33d Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Fri, 10 Jun 2016 22:00:33 +0600 Subject: [PATCH 1/2] contributors --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ade484..61f70c5 100644 --- a/README.md +++ b/README.md @@ -180,11 +180,13 @@ func main() { - [Nguyen Trung Loi](https://github.com/loint) - [Donny Prasetyobudi](https://github.com/donnpebe) - [Mark Berner](https://github.com/mark2b) +- [Fatih Kaya](https://github.com/fatihky) +- [Jannick Fahlbusch](https://github.com/jannickfahlbusch) All the contributors are welcome. If you would like to be the contributor please accept some rules. - The pull requests will be accepted only in "develop" branch - All modifications or additions should be tested -- Sorry, I'll not accept code with any dependency, only standard library +- Sorry, We will not accept code with any dependency, only standard library Thank you for your understanding! From 8c4c42bbed647543fff5e0b05dee17355b79de91 Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Fri, 10 Jun 2016 22:01:10 +0600 Subject: [PATCH 2/2] Bumped version number to 0.5.1 --- daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.go b/daemon.go index 76c6887..f05186c 100644 --- a/daemon.go +++ b/daemon.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. /* -Package daemon 0.5.0 for use with Go (golang) services. +Package daemon 0.5.1 for use with Go (golang) services. Package daemon provides primitives for daemonization of golang services. This package is not provide implementation of user daemon,