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"
"net"
"github.com/Dreamacro/go-shadowsocks2/core"
"github.com/xjasonlyu/tun2socks/v2/component/dialer"
obfs "github.com/xjasonlyu/tun2socks/v2/component/simple-obfs"
M "github.com/xjasonlyu/tun2socks/v2/metadata"
"github.com/xjasonlyu/tun2socks/v2/proxy/proto"
"github.com/xjasonlyu/tun2socks/v2/transport/socks5"
"github.com/Dreamacro/go-shadowsocks2/core"
)
var _ Proxy = (*Shadowsocks)(nil)