diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-11-04 12:53:44 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-11-04 12:53:55 +0100 |
commit | 851efb1bb65555e0f765a3361c8eb5ac47435b19 (patch) | |
tree | 96afb123709bb25067fbd80a55ce7ad2cfe2ab21 /tun | |
parent | c07dd60cdb8eb3fc87b63ed0938979e4e4fb6278 (diff) |
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.go | 2 |
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 ( |