forked from macaron/binding
|
4 years ago | |
---|---|---|
.drone.yml | 4 years ago | |
.gitignore | 7 years ago | |
LICENSE | 9 years ago | |
README.md | 6 years ago | |
bind_test.go | 8 years ago | |
binding.go | 4 years ago | |
common_test.go | 4 years ago | |
errorhandler_test.go | 8 years ago | |
errors.go | 8 years ago | |
errors_test.go | 8 years ago | |
file_test.go | 4 years ago | |
form_test.go | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
json_test.go | 4 years ago | |
misc_test.go | 4 years ago | |
multipart_test.go | 4 years ago | |
validate_test.go | 4 years ago |
README.md
binding

Middleware binding provides request data binding and validation for Macaron.
Installation
go get github.com/go-macaron/binding
Getting Help
Credits
This package is a modified version of martini-contrib/binding.
License
This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.