Skip to content

Commit 7879db8

Browse files
committed
Merge branch 'release/0.8.3'
2 parents 7f4aaa4 + 9e7c4d2 commit 7879db8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// license that can be found in the LICENSE file.
44

55
/*
6-
Package daemon 0.8.2 for use with Go (golang) services.
6+
Package daemon 0.8.3 for use with Go (golang) services.
77
88
Package daemon provides primitives for daemonization of golang services.
99
This package is not provide implementation of user daemon,

example/myservice.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ func (service *Service) Manage() (string, error) {
9090
return "Daemon was killed", nil
9191
}
9292
}
93-
94-
// never happen, but need to complete code
95-
return usage, nil
9693
}
9794

9895
// Accept a client connection and collect it in a channel

0 commit comments

Comments
 (0)