Rearrange imports

This commit is contained in:
Jason A. Donenfeld
2019-02-22 20:59:43 +01:00
parent 6e4460ae65
commit 66524c1f7e
3 changed files with 3 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ package main
import (
"errors"
"golang.zx2c4.com/wireguard/rwcancel"
"golang.org/x/sys/unix"
"golang.zx2c4.com/wireguard/rwcancel"
"net"
"strconv"
"sync"