aboutsummaryrefslogtreecommitdiffstats
path: root/tun
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-11-04 12:53:44 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-11-04 12:53:55 +0100
commit851efb1bb65555e0f765a3361c8eb5ac47435b19 (patch)
tree96afb123709bb25067fbd80a55ce7ad2cfe2ab21 /tun
parentnamedpipe: rename from winpipe to keep in sync with CL299009 (diff)
downloadwireguard-go-851efb1bb65555e0f765a3361c8eb5ac47435b19.tar.xz
wireguard-go-851efb1bb65555e0f765a3361c8eb5ac47435b19.zip
tun: move wintun to its own repo
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tun')
-rw-r--r--tun/tun_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_windows.go b/tun/tun_windows.go
index 381a842..3101ed9 100644
--- a/tun/tun_windows.go
+++ b/tun/tun_windows.go
@@ -16,7 +16,7 @@ import (
"golang.org/x/sys/windows"
- "golang.zx2c4.com/wireguard/tun/wintun"
+ "golang.zx2c4.com/wintun"
)
const (