()
| 523 | |
| 524 | func (e *customNetError) Error() string { return e.msg } |
| 525 | func (e *customNetError) Timeout() bool { return e.timeout } |
| 526 | func (e *customNetError) Temporary() bool { return e.temporary } |
| 527 | |
| 528 | func TestShouldRetryDial(t *testing.T) { |
no outgoing calls
no test coverage detected