type net.InvalidAddrError

4 uses

	net (current package)
		net.go#L575: type InvalidAddrError string
		net.go#L577: func (e InvalidAddrError) Error() string   { return string(e) }
		net.go#L578: func (e InvalidAddrError) Timeout() bool   { return false }
		net.go#L579: func (e InvalidAddrError) Temporary() bool { return false }