aboutsummaryrefslogtreecommitdiffstats
path: root/device/uapi.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 09:09:52 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 09:09:52 +0200
commit3bf41b06ae6ec9a558d3b1f1f315509ccef97010 (patch)
tree2d0d03da4e9d344c5de5dc01f11b5900025dff35 /device/uapi.go
parentwintun: registry: fix nits (diff)
downloadwireguard-go-3bf41b06ae6ec9a558d3b1f1f315509ccef97010.tar.xz
wireguard-go-3bf41b06ae6ec9a558d3b1f1f315509ccef97010.zip
global: regroup all imports
Diffstat (limited to '')
-rw-r--r--device/uapi.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/device/uapi.go b/device/uapi.go
index fb62048..99cb421 100644
--- a/device/uapi.go
+++ b/device/uapi.go
@@ -8,13 +8,14 @@ package device
import (
"bufio"
"fmt"
- "golang.zx2c4.com/wireguard/ipc"
"io"
"net"
"strconv"
"strings"
"sync/atomic"
"time"
+
+ "golang.zx2c4.com/wireguard/ipc"
)
type IPCError struct {