diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-02-18 04:44:41 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-02-18 05:11:39 +0100 |
commit | 42c6d0e2614414590361123344b7918c9bcc6430 (patch) | |
tree | bc5908b6e540f91eef04e6edf014c9d198134984 /tun/tun_darwin.go | |
parent | f7170e5de2065f37bac647484b34711db4797394 (diff) |
Change package path
Diffstat (limited to 'tun/tun_darwin.go')
-rw-r--r-- | tun/tun_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_darwin.go b/tun/tun_darwin.go index bf78bc5..9eef4e8 100644 --- a/tun/tun_darwin.go +++ b/tun/tun_darwin.go @@ -8,7 +8,7 @@ package tun import ( "errors" "fmt" - "git.zx2c4.com/wireguard-go/rwcancel" + "golang.zx2c4.com/wireguard/rwcancel" "golang.org/x/net/ipv6" "golang.org/x/sys/unix" "io/ioutil" |