aboutsummaryrefslogtreecommitdiff
path: root/tun_linux.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-05-05 02:48:21 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-05-05 02:48:21 +0200
commit142e53f69827e6778d809d9606bb7cd4e77694a2 (patch)
tree1cc55aef84a6768f427cc393b4387285d58f0402 /tun_linux.go
parent4a177de09c067ffb94c05f0859d10f78961bd3b4 (diff)
downloadwireguard-go-142e53f69827e6778d809d9606bb7cd4e77694a2.tar.gz
wireguard-go-142e53f69827e6778d809d9606bb7cd4e77694a2.zip
Style
Diffstat (limited to '')
-rw-r--r--tun_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun_linux.go b/tun_linux.go
index 446cc17..e3e1512 100644
--- a/tun_linux.go
+++ b/tun_linux.go
@@ -11,6 +11,7 @@ package main
*/
import (
+ "bytes"
"encoding/binary"
"errors"
"fmt"
@@ -19,7 +20,6 @@ import (
"net"
"os"
"strconv"
- "bytes"
"strings"
"syscall"
"time"