()
| 100 | type timeoutError struct{} |
| 101 | |
| 102 | func (timeoutError) Error() string { return "tls: DialWithDialer timed out" } |
| 103 | func (timeoutError) Timeout() bool { return true } |
| 104 | func (timeoutError) Temporary() bool { return true } |
| 105 |
nothing calls this directly
no outgoing calls
no test coverage detected