From 03368a8262fa18e1ae052815efacf35907014330 Mon Sep 17 00:00:00 2001 From: Daniel Theophanes Date: Fri, 1 May 2015 13:55:23 -0700 Subject: [PATCH] service/example: add comment to example config struct. --- example/runner/runner.go | 1 + 1 file changed, 1 insertion(+) diff --git a/example/runner/runner.go b/example/runner/runner.go index 18c3969..86e8a39 100644 --- a/example/runner/runner.go +++ b/example/runner/runner.go @@ -18,6 +18,7 @@ import ( "github.com/kardianos/service" ) +// Config is the runner app config structure. type Config struct { Name, DisplayName, Description string