You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really handy to have a Decode() function that works like the reverse of Values() mapping url.Values back into a struct.
I ran into this while working on my pet project, where I needed to parse query parameters into a structure, and I thought having them built into the package could be useful.
The text was updated successfully, but these errors were encountered:
vcxp
linked a pull request
Apr 25, 2025
that will
close
this issue
It would be really handy to have a
Decode()
function that works like the reverse ofValues()
mappingurl.Values
back into a struct.I ran into this while working on my pet project, where I needed to parse query parameters into a structure, and I thought having them built into the package could be useful.
The text was updated successfully, but these errors were encountered: