()
| 13 | type fakeNetError struct{} |
| 14 | |
| 15 | func (fakeNetError) Error() string { return "i/o timeout" } |
| 16 | func (fakeNetError) Timeout() bool { return true } |
| 17 | func (fakeNetError) Temporary() bool { return true } |
| 18 |
no outgoing calls
no test coverage detected