Use relative imports
This commit is contained in:
parent
ea4ea6f933
commit
ff8f3a412e
9 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"git.zx2c4.com/wireguard-go/internal/ratelimiter"
|
||||
"./ratelimiter"
|
||||
"runtime"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue