diff options
Diffstat (limited to 'device/uapi.go')
-rw-r--r-- | device/uapi.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/device/uapi.go b/device/uapi.go index fb62048..99cb421 100644 --- a/device/uapi.go +++ b/device/uapi.go @@ -8,13 +8,14 @@ package device import ( "bufio" "fmt" - "golang.zx2c4.com/wireguard/ipc" "io" "net" "strconv" "strings" "sync/atomic" "time" + + "golang.zx2c4.com/wireguard/ipc" ) type IPCError struct { |