diff --git a/README.md b/README.md index a9a344d..77ab517 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ func main() { - [TobyZXJ](https://github.com/tobyzxj) - [Pichu Chen](https://github.com/PichuChen) - [Eric Halpern](https://github.com/ehalpern) +- [Yota](https://github.com/nus) 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 diff --git a/daemon.go b/daemon.go index f9175cf..34b5844 100644 --- a/daemon.go +++ b/daemon.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. /* -Package daemon 0.6.1 for use with Go (golang) services. +Package daemon 0.6.2 for use with Go (golang) services. Package daemon provides primitives for daemonization of golang services. This package is not provide implementation of user daemon,