http_build_query

http_build_query

[code]
func HttpBuildQuery(queryData url.Values) string {
	return queryData.Encode()
}
[/code]