Rearrange imports
This commit is contained in:
parent
6e4460ae65
commit
66524c1f7e
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue