net/url.URL.OmitHost (field)
4 uses
net/url (current package)
url.go#L378: OmitHost bool // do not emit empty host (authority)
url.go#L575: url.OmitHost = true
url.go#L837: if !u.OmitHost && (u.Scheme != "" || u.Host != "" || u.User != nil) {
url.go#L856: if u.OmitHost && u.Host == "" && u.User == nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)