martini-contrib / binding

Martini handler for mapping and validating a raw request into a structure.
MIT License
140 stars 47 forks source link

Form binding - reflect fixes #8

Closed 3XX0 closed 10 years ago

3XX0 commented 10 years ago

Add support for unsigned integers and fix a 32 bit issue when using binding.Form

mholt commented 10 years ago

Looks good; simple fix. Merging in.