diff options
Diffstat (limited to 'tun/tun_openbsd.go')
-rw-r--r-- | tun/tun_openbsd.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tun/tun_openbsd.go b/tun/tun_openbsd.go index 645bcca..a3db83b 100644 --- a/tun/tun_openbsd.go +++ b/tun/tun_openbsd.go @@ -7,13 +7,14 @@ package tun import ( "fmt" - "golang.org/x/net/ipv6" - "golang.org/x/sys/unix" "io/ioutil" "net" "os" "syscall" "unsafe" + + "golang.org/x/net/ipv6" + "golang.org/x/sys/unix" ) // Structure for iface mtu get/set ioctls |