good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 9d31b8d2 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Fix docs on NetConn

parent 2e4b1105
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ import (
// When a deadline is hit, the connection will be closed. This is
// different from most net.Conn implementations where only the
// reading/writing goroutines are interrupted but the connection is kept alive.
// The Addr methods will return zero value net.TCPAddr.
// The Addr methods will return a mock net.Addr.
func NetConn(c *Conn) net.Conn {
nc := &netConn{
c: c,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment