diff options
Diffstat (limited to 'pkg/helper/windows_service.go')
-rw-r--r-- | pkg/helper/windows_service.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/helper/windows_service.go b/pkg/helper/windows_service.go index 3675249..320f743 100644 --- a/pkg/helper/windows_service.go +++ b/pkg/helper/windows_service.go @@ -25,9 +25,7 @@ func (m *myservice) Execute(args []string, r <-chan svc.ChangeRequest, changes c changes <- svc.Status{State: svc.Running, Accepts: cmdsAccepted} // defined in helper.go - // TODO should have a way to stop it -- - //go serveHTTP("localhost:7171") - log.Println("serving>>", httpServerConf.BindAddr) + // TODO should have a better way to stop it -- go serveHTTP(httpServerConf.BindAddr) loop: for { |