The windows implementation of the Daemon interface method Run now
uses golang.org/x/sys/windows/svc/debug.Run to run the service in
interactive mode. This means that the Run method of Executable
interface is never invoked on windows.
Updated golang.org/x/sys dependency to latest version.
Some cleanup in daemon_windows.go to make linter happy.
The windows implementation of the Daemon interface method Run now uses golang.org/x/sys/windows/svc/debug.Run to run the service in interactive mode. This means that the Run method of Executable interface is never invoked on windows. Updated golang.org/x/sys dependency to latest version. Some cleanup in daemon_windows.go to make linter happy.