package
Version:
v0.34.2
Opens a new window with list of versions in this module.
Published: Dec 5, 2025
License: Unlicense
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package neterr defines interfaces for network error handling.
type TimeoutError interface {
Timeout() bool
}
TimeoutError is an interface for errors that can indicate a timeout.
This is compatible with net.Error's Timeout() method.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.