url-values
There are 3 repositories under url-values topic.
TomWright/queryparam
Go package to easily convert a URL's query parameters/values into usable struct values of the correct types.
FPbear/querystring
QueryString is a Go library for converting a struct or a map into URL values, with support for custom encoders, time formatting, and handling of different data types.
job79/urlconv
Small helper for mapping url.Values into a struct.