Release 1.0
Welcome to the Release of form
parses url.Values and fills a struct with values, creating objects as necessary
Why another Form Parser
I was not satisfied with the shortcoming of some of the other libraries/packages out there i.e.
- No map support
- No pointer support (important for linked lists)
- Efficiency issues
- Needed a Form parser for lars, so now I have one to add.