aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/install.go')
-rw-r--r--service/install.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/service/install.go b/service/install.go
index e20658e9..a989ac0e 100644
--- a/service/install.go
+++ b/service/install.go
@@ -7,13 +7,14 @@ package service
import (
"errors"
+ "os"
+ "syscall"
+ "time"
+
"golang.org/x/sys/windows"
"golang.org/x/sys/windows/svc"
"golang.org/x/sys/windows/svc/mgr"
"golang.zx2c4.com/wireguard/windows/conf"
- "os"
- "syscall"
- "time"
)
var cachedServiceManager *mgr.Mgr