net/url.URL.ForceQuery (field)

4 uses

	net/url (current package)
		url.go#L365: 	ForceQuery  bool      // append a query ('?') even if RawQuery is empty
		url.go#L534: 		url.ForceQuery = true
		url.go#L849: 	if u.ForceQuery || u.RawQuery != "" {
		url.go#L1128: 	if u.ForceQuery || u.RawQuery != "" {