From 42c6d0e2614414590361123344b7918c9bcc6430 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 18 Feb 2019 04:44:41 +0100 Subject: Change package path --- tun/tun_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tun/tun_windows.go') diff --git a/tun/tun_windows.go b/tun/tun_windows.go index 0bfd847..bdf692a 100644 --- a/tun/tun_windows.go +++ b/tun/tun_windows.go @@ -11,7 +11,7 @@ import ( "os" "unsafe" - "git.zx2c4.com/wireguard-go/tun/wintun" + "golang.zx2c4.com/wireguard/tun/wintun" "golang.org/x/sys/windows" ) -- cgit v1.2.3-59-g8ed1b