go-macaron / binding

Package binding is a middleware that provides request data binding and validation for Macaron.
Apache License 2.0
23 stars 17 forks source link

Handlers after bind can use Query #7

Closed clinyong closed 8 years ago

clinyong commented 8 years ago

Copy MultipartForm values to Form, so handlers after bind can use Query to get form parameters.

unknwon commented 8 years ago

Thanks, have your ran the tests?

clinyong commented 8 years ago

I directly run go test in the project dir and prints

PASS
ok      github.com/go-macaron/binding   0.036s

Is it right?

unknwon commented 8 years ago

LGTM. Thanks.