aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/firewall/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--service/firewall/helpers.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/firewall/helpers.go b/service/firewall/helpers.go
index 7b882712..c9968660 100644
--- a/service/firewall/helpers.go
+++ b/service/firewall/helpers.go
@@ -7,11 +7,12 @@ package firewall
import (
"fmt"
- "golang.org/x/sys/windows"
"os"
"runtime"
"syscall"
"unsafe"
+
+ "golang.org/x/sys/windows"
)
func runTransaction(session uintptr, operation wfpObjectInstaller) error {