Rearrange imports
This commit is contained in:
parent
6e4460ae65
commit
66524c1f7e
@ -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"
|
||||
|
@ -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"
|
||||
)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user