net/url.URL.OmitHost (field)

4 uses

	net/url (current package)
		url.go#L306: 	OmitHost bool
		url.go#L499: 		url.OmitHost = true
		url.go#L805: 		if !u.OmitHost && (u.Scheme != "" || u.Host != "" || u.User != nil) {
		url.go#L824: 			if u.OmitHost && u.Host == "" && u.User == nil {