diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-05 02:48:21 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-05 02:48:21 +0200 |
commit | 142e53f69827e6778d809d9606bb7cd4e77694a2 (patch) | |
tree | 1cc55aef84a6768f427cc393b4387285d58f0402 /tun_linux.go | |
parent | 4a177de09c067ffb94c05f0859d10f78961bd3b4 (diff) |
Style
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" |