aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/storewatcher_windows.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
commit3fef806e674f913b712e834269f20be1e678677b (patch)
tree8a16669f242614a3eb4f980ad499adc9ba73638a /conf/storewatcher_windows.go
parentservice: reuse golang.org/x/sys/windows address family constants (diff)
downloadwireguard-windows-3fef806e674f913b712e834269f20be1e678677b.tar.xz
wireguard-windows-3fef806e674f913b712e834269f20be1e678677b.zip
global: regroup all imports
Diffstat (limited to '')
-rw-r--r--conf/storewatcher_windows.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/storewatcher_windows.go b/conf/storewatcher_windows.go
index 5c5ffac7..26e94cd2 100644
--- a/conf/storewatcher_windows.go
+++ b/conf/storewatcher_windows.go
@@ -6,8 +6,9 @@
package conf
import (
- "golang.org/x/sys/windows"
"log"
+
+ "golang.org/x/sys/windows"
)
const (