We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4b110 commit 9d31b8dCopy full SHA for 9d31b8d
netconn.go
@@ -17,7 +17,7 @@ import (
17
// When a deadline is hit, the connection will be closed. This is
18
// different from most net.Conn implementations where only the
19
// reading/writing goroutines are interrupted but the connection is kept alive.
20
-// The Addr methods will return zero value net.TCPAddr.
+// The Addr methods will return a mock net.Addr.
21
func NetConn(c *Conn) net.Conn {
22
nc := &netConn{
23
c: c,
0 commit comments