Chore: reorder imports

This commit is contained in:
xjasonlyu
2022-08-07 00:25:59 +08:00
parent cb6408a17a
commit c45470650b
15 changed files with 38 additions and 38 deletions

View File

@@ -6,13 +6,13 @@ import (
"fmt"
"unsafe"
"github.com/xjasonlyu/tun2socks/v2/core/device"
"golang.org/x/sys/unix"
"gvisor.dev/gvisor/pkg/tcpip/link/fdbased"
"gvisor.dev/gvisor/pkg/tcpip/link/rawfile"
"gvisor.dev/gvisor/pkg/tcpip/link/tun"
"gvisor.dev/gvisor/pkg/tcpip/stack"
"github.com/xjasonlyu/tun2socks/v2/core/device"
)
type TUN struct {