type net.InvalidAddrError

4 uses

	net (current package)
		net.go#L597: type InvalidAddrError string
		net.go#L599: func (e InvalidAddrError) Error() string   { return string(e) }
		net.go#L600: func (e InvalidAddrError) Timeout() bool   { return false }
		net.go#L601: func (e InvalidAddrError) Temporary() bool { return false }