type errTimeOut … func NewErrTimeOut(d time.Duration, c string) *errTimeOut { … } func (e *errTimeOut) Error() string { … } func IsErrTimeout(err error) bool { … }
type errTimeOut … func NewErrTimeOut(d time.Duration, c string) *errTimeOut { … } func (e *errTimeOut) Error() string { … } func IsErrTimeout(err error) bool { … }