Closed kotori2 closed 10 months ago
> go test ./...
ok github.com/things-go/go-socks5 (cached)
ok github.com/things-go/go-socks5/bufferpool 5.189s
ok github.com/things-go/go-socks5/statute 2.811s
@kotori2 Non-compatible change, suggest add another dial
(Such as CustomDial
) to overiwrite default dial
, which priority higher than dial
@kotori2 Non-compatible change, suggest add another
dial
(Such asCustomDial
) to overiwrite defaultdial
, which priority higher thandial
Yeah that's what I'm thinking about in the first place... Gonna make this PR as draft first.
done
> go test ./...
ok github.com/things-go/go-socks5 1.378s
ok github.com/things-go/go-socks5/bufferpool 4.424s
ok github.com/things-go/go-socks5/statute 0.285s
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
6191a34
) 62.19% compared to head (5438f4d
) 63.13%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Do I need to add test cases for the options?
Close #44