aboutsummaryrefslogtreecommitdiffstats
path: root/tun.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-05-23 03:17:51 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-05-23 05:18:13 +0200
commit588b9f01ae1ac81844b52c095c9abcd9326d35a3 (patch)
tree26031461215b1b355971d1590bc0b946ed814f7e /tun.go
parentRemove more windows cruft (diff)
downloadwireguard-go-588b9f01ae1ac81844b52c095c9abcd9326d35a3.tar.xz
wireguard-go-588b9f01ae1ac81844b52c095c9abcd9326d35a3.zip
Adopt GOPATH
GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying.
Diffstat (limited to 'tun.go')
-rw-r--r--tun.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun.go b/tun.go
index 9752636..6c239ea 100644
--- a/tun.go
+++ b/tun.go
@@ -7,7 +7,7 @@
package main
import (
- "./tun"
+ "git.zx2c4.com/wireguard-go/tun"
"sync/atomic"
)