type net.timeoutError
5 uses
net (current package)
net.go#L580: var errTimeout error = &timeoutError{}
net.go#L582: type timeoutError struct{}
net.go#L584: func (e *timeoutError) Error() string { return "i/o timeout" }
net.go#L585: func (e *timeoutError) Timeout() bool { return true }
net.go#L586: func (e *timeoutError) Temporary() bool { return true }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)