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