net/url.URL.OmitHost (field)

3 uses

	net/url (current package)
		url.go#L369: 	OmitHost    bool      // do not emit empty host (authority)
		url.go#L566: 		url.OmitHost = true
		url.go#L818: 			if u.OmitHost && u.Host == "" && u.User == nil {