Skip to content

Release 1.0

Compare
Choose a tag to compare
@deankarn deankarn released this 31 May 22:00
· 112 commits to master since this release

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.