Namespace correction
This commit is contained in:
@@ -20,8 +20,8 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/Lordy82/wireguard-go/ipc/namedpipe"
|
||||
"golang.org/x/sys/windows"
|
||||
"golang.zx2c4.com/wireguard/ipc/namedpipe"
|
||||
)
|
||||
|
||||
func randomPipePath() string {
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
"net"
|
||||
"os"
|
||||
|
||||
"github.com/Lordy82/wireguard-go/rwcancel"
|
||||
"golang.org/x/sys/unix"
|
||||
"golang.zx2c4.com/wireguard/rwcancel"
|
||||
)
|
||||
|
||||
type UAPIListener struct {
|
||||
|
||||
@@ -8,8 +8,8 @@ package ipc
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/Lordy82/wireguard-go/ipc/namedpipe"
|
||||
"golang.org/x/sys/windows"
|
||||
"golang.zx2c4.com/wireguard/ipc/namedpipe"
|
||||
)
|
||||
|
||||
// TODO: replace these with actual standard windows error numbers from the win package
|
||||
|
||||
Reference in New Issue
Block a user