github go-playground/form v3.1.0
Release 3.1.0

latest releases: v4.3.0, v4.2.3, v4.2.2...
8 years ago

What was added

  • Added setting for string form value into interface{} values; previously they were ignored. thanks @Xzya for the issue

Why only string and not int, float etc...?
Because theres no way to tell what type the value should be; just because it CAN be parsed into an int, doesn't mean it should be for your application and so I have left it at setting strings.

Don't miss a new form release

NewReleases is sending notifications on new releases.