diff --git a/src/net/net.go b/src/net/net.go index 38c6b99637..1d7e5e7f65 100644 --- a/src/net/net.go +++ b/src/net/net.go @@ -452,6 +452,7 @@ type OpError struct { Addr Addr // Err is the error that occurred during the operation. + // The Error method panics if the error is nil. Err error }