aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/tunneltracker.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 09:09:01 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 09:20:29 +0200
commit6f69072dccdf202ee5c5a2bc8952554b93bc17ac (patch)
tree8a16669f242614a3eb4f980ad499adc9ba73638a /service/tunneltracker.go
parentservice: reuse golang.org/x/sys/windows address family constants (diff)
downloadwireguard-windows-6f69072dccdf202ee5c5a2bc8952554b93bc17ac.tar.xz
wireguard-windows-6f69072dccdf202ee5c5a2bc8952554b93bc17ac.zip
global: regroup all imports
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--service/tunneltracker.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/service/tunneltracker.go b/service/tunneltracker.go
index 1c368584..e0f5414a 100644
--- a/service/tunneltracker.go
+++ b/service/tunneltracker.go
@@ -7,15 +7,16 @@ package service
import (
"fmt"
- "golang.org/x/sys/windows"
- "golang.org/x/sys/windows/svc"
- "golang.org/x/sys/windows/svc/mgr"
- "golang.zx2c4.com/wireguard/windows/conf"
"log"
"runtime"
"sync"
"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"
)
//sys notifyServiceStatusChange(service windows.Handle, notifyMask uint32, notifier *SERVICE_NOTIFY) (ret error) = advapi32.NotifyServiceStatusChangeW