Go to file
Lunny Xiao 5ca179b7a4 add drone support (#2) 4 years ago
.drone.yml add drone support (#2) 4 years ago
.gitignore Expose validation patterns 7 years ago
LICENSE Init commit 9 years ago
README.md Update README and CI settings 6 years ago
bind_test.go upgrade with macaron 8 years ago
binding.go go mod support (#1) 4 years ago
common_test.go go mod support (#1) 4 years ago
errorhandler_test.go upgrade with macaron 8 years ago
errors.go upgrade with macaron 8 years ago
errors_test.go upgrade with macaron 8 years ago
file_test.go go mod support (#1) 4 years ago
form_test.go go mod support (#1) 4 years ago
go.mod go mod support (#1) 4 years ago
go.sum go mod support (#1) 4 years ago
json_test.go go mod support (#1) 4 years ago
misc_test.go go mod support (#1) 4 years ago
multipart_test.go go mod support (#1) 4 years ago
validate_test.go go mod support (#1) 4 years ago

README.md

binding Build Status Sourcegraph

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.