Refactor: standalone metadata module

This commit is contained in:
xjasonlyu
2022-01-31 16:03:10 +08:00
parent 830c231c43
commit fd000c6617
12 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ import (
"net"
"time"
M "github.com/xjasonlyu/tun2socks/v2/constant"
M "github.com/xjasonlyu/tun2socks/v2/metadata"
"github.com/xjasonlyu/tun2socks/v2/proxy/proto"
)