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.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tun.go') 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" ) -- cgit v1.2.3