Adopt GOPATH
GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying.
This commit is contained in:
parent
f70bd1fab3
commit
588b9f01ae
19 changed files with 88 additions and 44 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue