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 now works across embedded structs #13

Closed 3XX0 closed 10 years ago

3XX0 commented 10 years ago

This patch allows form binding to work across embedded structs (the standard json package already support this).

mholt commented 10 years ago

Yay! I love to see tests with PRs. Thanks for submitting this, sorry I'm a bit slow. I'll look it over more soon, promise!