// Package neterr defines interfaces for network error handling. package neterr // TimeoutError is compatible with net.Error's Timeout() method. type TimeoutError interface { Timeout() bool }