()
| 575 | |
| 576 | func (timeoutError) Error() string { return "tls: DialWithDialer timed out" } |
| 577 | func (timeoutError) Timeout() bool { return true } |
| 578 | func (timeoutError) Temporary() bool { return true } |
| 579 | |
| 580 | // DialWithDialer connects to the given network address using dialer.Dial and |
nothing calls this directly
no outgoing calls
no test coverage detected