google / google/go-querystring
Add support for decoding URL values into structs
Open
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 188
- Avg merge
- 10h 23m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.