()
| 33 | type timeoutNetError struct{} |
| 34 | |
| 35 | func (timeoutNetError) Error() string { return "i/o timeout" } |
| 36 | func (timeoutNetError) Timeout() bool { return true } |
| 37 | func (timeoutNetError) Temporary() bool { return true } |
| 38 |
no outgoing calls
no test coverage detected