type net.InvalidAddrError

4 uses

	net (current package)
		net.go#L607: type InvalidAddrError string
		net.go#L609: func (e InvalidAddrError) Error() string   { return string(e) }
		net.go#L610: func (e InvalidAddrError) Timeout() bool   { return false }
		net.go#L611: func (e InvalidAddrError) Temporary() bool { return false }