From 588b9f01ae1ac81844b52c095c9abcd9326d35a3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 23 May 2018 03:17:51 +0200 Subject: Adopt GOPATH GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying. --- tun/tun_freebsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tun/tun_freebsd.go') diff --git a/tun/tun_freebsd.go b/tun/tun_freebsd.go index b4cf57d..bd70104 100644 --- a/tun/tun_freebsd.go +++ b/tun/tun_freebsd.go @@ -6,7 +6,7 @@ package tun import ( - "../rwcancel" + "git.zx2c4.com/wireguard-go/rwcancel" "bytes" "errors" "fmt" -- cgit v1.2.3-59-g8ed1b