aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/ipc_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/ipc_windows.go')
-rw-r--r--rpc/ipc_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/ipc_windows.go b/rpc/ipc_windows.go
index c5f69589e..8762cdb0d 100644
--- a/rpc/ipc_windows.go
+++ b/rpc/ipc_windows.go
@@ -22,7 +22,7 @@ import (
"net"
"time"
- "github.com/microsoft/go-winio"
+ winio "github.com/microsoft/go-winio"
)
// ipcListen will create a named pipe on the given endpoint.