diff options
Diffstat (limited to 'device/tun.go')
-rw-r--r-- | device/tun.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/device/tun.go b/device/tun.go index bc5f1f1..fe1158c 100644 --- a/device/tun.go +++ b/device/tun.go @@ -6,8 +6,9 @@ package device import ( - "golang.zx2c4.com/wireguard/tun" "sync/atomic" + + "golang.zx2c4.com/wireguard/tun" ) const DefaultMTU = 1420 |