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"

View file

@ -7,10 +7,10 @@ package main
import (
"errors"
"golang.zx2c4.com/wireguard/tai64n"
"golang.org/x/crypto/blake2s"
"golang.org/x/crypto/chacha20poly1305"
"golang.org/x/crypto/poly1305"
"golang.zx2c4.com/wireguard/tai64n"
"sync"
"time"
)

View file

@ -8,8 +8,8 @@ package main
import (
"errors"
"fmt"
"golang.zx2c4.com/wireguard/rwcancel"
"golang.org/x/sys/unix"
"golang.zx2c4.com/wireguard/rwcancel"
"net"
"os"
"path"