Fix linter warnings on windows

This commit is contained in:
Patrick Pacher
2020-08-11 15:34:29 +02:00
parent b3657e17ce
commit 8840c88903
4 changed files with 5 additions and 3 deletions

View File

@@ -19,8 +19,6 @@ import (
"golang.org/x/sys/windows/svc/mgr"
)
const exeSuffix = ".exe"
func init() {
rootCmd.AddCommand(installCmd)
installCmd.AddCommand(installService)