aboutsummaryrefslogtreecommitdiffstats
path: root/tun/helper_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tun/helper_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/tun/helper_test.go b/tun/helper_test.go
index 3e86fc8..4fa0357 100644
--- a/tun/helper_test.go
+++ b/tun/helper_test.go
@@ -8,9 +8,10 @@ package tun
import (
"bytes"
"errors"
- "golang.zx2c4.com/wireguard/tun"
"os"
"testing"
+
+ "golang.zx2c4.com/wireguard/tun"
)
/* Helpers for writing unit tests