net.DNSError.IsTimeout (field)

4 uses

	net (current package)
		dnsclient_unix.go#L263: 					dnsErr.IsTimeout = true
		net.go#L609: 	IsTimeout   bool   // if true, timed out; not all timeouts set this
		net.go#L629: func (e *DNSError) Timeout() bool { return e.IsTimeout }
		net.go#L634: func (e *DNSError) Temporary() bool { return e.IsTimeout || e.IsTemporary }