global: regroup all imports
This commit is contained in:
parent
3147f00089
commit
3bf41b06ae
27 changed files with 70 additions and 44 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue