Correct docs.

This commit is contained in:
Daniel Theophanes
2013-03-03 00:29:21 -08:00
parent 8225bb2b82
commit 7cdea9fda6
+2 -2
View File
@@ -6,8 +6,8 @@ import (
"os"
)
// Standard service configuration. Start() can block as long as desired,
// Stop() should not block for more then a second or two.
// Standard service configuration. Start MUST block.
// Stop MUST NOT block for more then a second or two.
type Config struct {
// Used to register the service with the operating system.
Name, DisplayName, LongDescription string