diff --git a/README.md b/README.md index c673900..ae90c48 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ See `examples/cron/cron_job.go` - [okamura](https://github.com/sidepelican) - [0X8C - Demired](https://github.com/Demired) - [Maximus](https://github.com/maximus12793) +- [AlgorathDev](https://github.com/AlgorathDev) All the contributors are welcome. If you would like to be the contributor please accept some rules. diff --git a/daemon.go b/daemon.go index 49fbbf2..ba0d996 100644 --- a/daemon.go +++ b/daemon.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. /* -Package daemon 0.10.1 for use with Go (golang) services. +Package daemon 0.10.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,