aboutsummaryrefslogtreecommitdiffstats
path: root/device/mark_unix.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--device/mark_unix.go3
1 files changed, 2 insertions, 1 deletions
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