You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
3 years ago | |
---|---|---|
.drone.yml | 4 years ago | |
.gitignore | 7 years ago | |
LICENSE | 8 years ago | |
README.md | 6 years ago | |
bind_test.go | 7 years ago | |
binding.go | 3 years ago | |
common_test.go | 4 years ago | |
errorhandler_test.go | 7 years ago | |
errors.go | 7 years ago | |
errors_test.go | 7 years ago | |
file_test.go | 4 years ago | |
form_test.go | 4 years ago | |
go.mod | 3 years ago | |
go.sum | 3 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.