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. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index a04cd15..29693eb 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ package main import ( - "./tun" + "git.zx2c4.com/wireguard-go/tun" "fmt" "os" "os/signal" -- cgit v1.2.3-59-g8ed1b