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.