diff options
Diffstat (limited to 'tun_linux.go')
-rw-r--r-- | tun_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tun_linux.go b/tun_linux.go index 446cc17..e3e1512 100644 --- a/tun_linux.go +++ b/tun_linux.go @@ -11,6 +11,7 @@ package main */ import ( + "bytes" "encoding/binary" "errors" "fmt" @@ -19,7 +20,6 @@ import ( "net" "os" "strconv" - "bytes" "strings" "syscall" "time" |