Cleanup code

This commit is contained in:
世界 2022-05-30 15:15:27 +08:00
parent 1273973c66
commit 52a7f9f469
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 3 additions and 46 deletions

View file

@ -19,7 +19,6 @@ var (
type Method interface {
Name() string
KeyLength() int
DialConn(conn net.Conn, destination M.Socksaddr) (net.Conn, error)
DialEarlyConn(conn net.Conn, destination M.Socksaddr) net.Conn
DialPacketConn(conn net.Conn) N.NetPacketConn