Refactor(pool): move to internal (#398)

This commit is contained in:
Jason Lyu
2024-09-01 04:23:25 +08:00
committed by GitHub
parent 978803cdf8
commit fc4c5c4c55
13 changed files with 26 additions and 27 deletions

View File

@@ -13,8 +13,8 @@ import (
"github.com/go-gost/relay"
"github.com/xjasonlyu/tun2socks/v2/common/pool"
"github.com/xjasonlyu/tun2socks/v2/dialer"
"github.com/xjasonlyu/tun2socks/v2/internal/pool"
M "github.com/xjasonlyu/tun2socks/v2/metadata"
"github.com/xjasonlyu/tun2socks/v2/proxy/proto"
)