chore: cleanup unneed patch
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
package constant
|
||||
|
||||
import "net"
|
||||
|
||||
type WrappedConn interface {
|
||||
RawConn() (net.Conn, bool)
|
||||
}
|
||||
|
||||
type WrappedPacketConn interface {
|
||||
RawPacketConn() (net.PacketConn, bool)
|
||||
}
|
Reference in New Issue
Block a user