MCPcopy Create free account
hub / github.com/XTLS/Go / Error

Method Error

tls.go:102–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100type timeoutError struct{}
101
102func (timeoutError) Error() string { return "tls: DialWithDialer timed out" }
103func (timeoutError) Timeout() bool { return true }
104func (timeoutError) Temporary() bool { return true }
105

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected