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/mark_unix.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device/mark_unix.go') diff --git a/device/mark_unix.go b/device/mark_unix.go index a791c71..669b328 100644 --- a/device/mark_unix.go +++ b/device/mark_unix.go @@ -8,8 +8,9 @@ package device import ( - "golang.org/x/sys/unix" "runtime" + + "golang.org/x/sys/unix" ) var fwmarkIoctl int -- cgit v1.2.3