summaryrefslogtreecommitdiff
path: root/tun_linux.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2018-05-05 04:15:41 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2018-05-05 04:15:41 +0200
commitd8d592787df648dfa1043cfd23e842d53f3b3f27 (patch)
treef07258a517340938d5508bb7480c320e53bd0d01 /tun_linux.go
parent7a83f2565a13624d8cb9ca6adf1aced721777a9c (diff)
parent142e53f69827e6778d809d9606bb7cd4e77694a2 (diff)
downloadwireguard-go-d8d592787df648dfa1043cfd23e842d53f3b3f27.tar.gz
wireguard-go-d8d592787df648dfa1043cfd23e842d53f3b3f27.zip
Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go
Diffstat (limited to 'tun_linux.go')
-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"