()
| 100 | func (e *netError) Error() string { return e.msg } |
| 101 | func (e *netError) Temporary() bool { return e.temporary } |
| 102 | func (e *netError) Timeout() bool { return e.timeout } |
| 103 | |
| 104 | // CloseError represents a close message. |
| 105 | type CloseError struct { |