aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/firewall/rules.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/firewall/rules.go')
-rw-r--r--service/firewall/rules.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/service/firewall/rules.go b/service/firewall/rules.go
index 364c7d1d..00ca19ea 100644
--- a/service/firewall/rules.go
+++ b/service/firewall/rules.go
@@ -8,11 +8,12 @@ package firewall
import (
"encoding/binary"
"errors"
- "golang.org/x/sys/windows"
- "golang.zx2c4.com/wireguard/windows/version"
"net"
"runtime"
"unsafe"
+
+ "golang.org/x/sys/windows"
+ "golang.zx2c4.com/wireguard/windows/version"
)
//