martini-contrib / binding

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

binding.Form don't show any errors #55

Open tofindme opened 2 years ago

tofindme commented 2 years ago

func mapForm(formStruct reflect.Value, form map[string][]string, formfile map[string][]*multipart.FileHeader, errors Errors)

the last param is not a pointer,so if has errors,it don't get work