const syscall.ETIMEDOUT

2 uses

	syscall (current package)
		syscall_unix.go#L143: 	return e == EAGAIN || e == EWOULDBLOCK || e == ETIMEDOUT
		zerrors_darwin_amd64.go#L1237: 	ETIMEDOUT       = Errno(0x3c)