all: rename module (#7)

Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
Jordan Whited 2023-03-28 13:40:31 -07:00 committed by James Tucker
parent 469159ecf7
commit bd7e9d35d1
No known key found for this signature in database
31 changed files with 53 additions and 53 deletions

View file

@ -8,8 +8,8 @@ package ipc
import (
"net"
"github.com/tailscale/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