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