From 3bf41b06ae6ec9a558d3b1f1f315509ccef97010 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 14 May 2019 09:09:52 +0200 Subject: global: regroup all imports --- device/conn_linux.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'device/conn_linux.go') 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 ( -- cgit v1.2.3