martini-contrib / binding

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

Support for nested struct and slices #33

Closed 3d0c closed 9 years ago

3d0c commented 9 years ago

Support for nested struct and slices

mholt commented 9 years ago

Hi @3d0c, thanks for the PR. Can you explain more fully what this accomplishes? From the title alone, I don't quite understand -- this package should already fill out nested structs.

Also some tests are failing. Can you take a look?

3d0c commented 9 years ago

It's about support of binding tag inside nested structures and slices of structures. Sorry for broken pull-request. It's not ready. I'll fix it soon.