From 3bf41b06ae6ec9a558d3b1f1f315509ccef97010 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 14 May 2019 09:09:52 +0200 Subject: global: regroup all imports --- device/tun.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device/tun.go') 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 -- cgit v1.2.3