diff options
Diffstat (limited to 'device/conn_linux.go')
-rw-r--r-- | device/conn_linux.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/device/conn_linux.go b/device/conn_linux.go index 06b15f9..ebbbe11 100644 --- a/device/conn_linux.go +++ b/device/conn_linux.go @@ -18,13 +18,14 @@ package device import ( "errors" - "golang.org/x/sys/unix" - "golang.zx2c4.com/wireguard/rwcancel" "net" "strconv" "sync" "syscall" "unsafe" + + "golang.org/x/sys/unix" + "golang.zx2c4.com/wireguard/rwcancel" ) const ( |