service/example: add comment to example config struct.

This commit is contained in:
Daniel Theophanes
2015-05-01 13:55:23 -07:00
parent b1deffcaba
commit 03368a8262
+1
View File
@@ -18,6 +18,7 @@ import (
"github.com/kardianos/service"
)
// Config is the runner app config structure.
type Config struct {
Name, DisplayName, Description string