diff options
Diffstat (limited to 'libgo/go/net/net.go')
-rw-r--r-- | libgo/go/net/net.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/net/net.go b/libgo/go/net/net.go index 38c6b99..1d7e5e7 100644 --- a/libgo/go/net/net.go +++ b/libgo/go/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 } |