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 --- rwcancel/rwcancel.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rwcancel') diff --git a/rwcancel/rwcancel.go b/rwcancel/rwcancel.go index 3984310..62397c2 100644 --- a/rwcancel/rwcancel.go +++ b/rwcancel/rwcancel.go @@ -7,9 +7,10 @@ package rwcancel import ( "errors" - "golang.org/x/sys/unix" "os" "syscall" + + "golang.org/x/sys/unix" ) func max(a, b int) int { -- cgit v1.2.3