diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-23 03:17:51 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-23 05:18:13 +0200 |
commit | 588b9f01ae1ac81844b52c095c9abcd9326d35a3 (patch) | |
tree | 26031461215b1b355971d1590bc0b946ed814f7e /device.go | |
parent | f70bd1fab32ce7d1bb482f97cbca0a3ec0c45e40 (diff) |
Adopt GOPATH
GOPATH is annoying, but the Go community pushing me to adopt it is even
more annoying.
Diffstat (limited to 'device.go')
-rw-r--r-- | device.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ package main import ( - "./ratelimiter" - "./tun" + "git.zx2c4.com/wireguard-go/ratelimiter" + "git.zx2c4.com/wireguard-go/tun" "runtime" "sync" "sync/atomic" |