v5.1.1
- Fixed:
BindURLValues
supports the unexported embedded anonymous struct, for example, #4type person struct { Name string `query:"name" form:"name"` Age int `query:"age" form:"age"` } type Student struct { person School string `query:"school" form:"school"` Grade int `query:"grade" form:"grade"` }