Examples using... url.ParseQuery()
Recent
ParseQuery parses the URL-encoded query string and returns
a map listing the values specified for each key.
ParseQuery always returns a non-nil map containing all the
valid query parameters found; err describes the first decoding error
encountered, if any.
Parsing a URL which includes a scheme, authentication info, host, port, path, query params, and a query fragment.