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/uapi.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device/uapi.go') 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 { -- cgit v1.2.3