aboutsummaryrefslogtreecommitdiffstats
path: root/tun/tun_openbsd.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 09:09:52 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 09:09:52 +0200
commit3bf41b06ae6ec9a558d3b1f1f315509ccef97010 (patch)
tree2d0d03da4e9d344c5de5dc01f11b5900025dff35 /tun/tun_openbsd.go
parentwintun: registry: fix nits (diff)
downloadwireguard-go-3bf41b06ae6ec9a558d3b1f1f315509ccef97010.tar.xz
wireguard-go-3bf41b06ae6ec9a558d3b1f1f315509ccef97010.zip
global: regroup all imports
Diffstat (limited to 'tun/tun_openbsd.go')
-rw-r--r--tun/tun_openbsd.go5
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