chore: cleanup unneed patch

This commit is contained in:
wwqgtxx
2023-10-22 18:15:31 +08:00
parent f2857b3243
commit 5cca3569e9
7 changed files with 0 additions and 135 deletions

View File

@ -1,7 +0,0 @@
package context
import "net"
func (c *ConnContext) RawConn() (net.Conn, bool) {
return c.conn, true
}