type net.InvalidAddrError

4 uses

	net (current package)
		net.go#L567: type InvalidAddrError string
		net.go#L569: func (e InvalidAddrError) Error() string   { return string(e) }
		net.go#L570: func (e InvalidAddrError) Timeout() bool   { return false }
		net.go#L571: func (e InvalidAddrError) Temporary() bool { return false }