aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/ipc_pipe.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/ipc_pipe.go')
-rw-r--r--service/ipc_pipe.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/ipc_pipe.go b/service/ipc_pipe.go
index 00f54bf7..ecf24716 100644
--- a/service/ipc_pipe.go
+++ b/service/ipc_pipe.go
@@ -6,9 +6,10 @@
package service
import (
- "golang.org/x/sys/windows"
"os"
"strconv"
+
+ "golang.org/x/sys/windows"
)
type pipeRWC struct {