Go to file
Tamal Saha c5bc172c1e Use github.com/unknwon/com
Signed-off-by: Tamal Saha <tamal@appscode.com>
2019-08-21 13:49:26 -07:00
.drone.yml add drone support (#2) 2019-08-05 03:19:19 +00:00
.gitignore Expose validation patterns 2016-07-12 06:59:16 +08:00
bind_test.go upgrade with macaron 2015-10-13 02:38:38 -04:00
binding.go Use github.com/unknwon/com 2019-08-21 13:49:26 -07:00
common_test.go go mod support (#1) 2019-08-04 00:52:43 +00:00
errorhandler_test.go upgrade with macaron 2015-10-13 02:38:38 -04:00
errors_test.go upgrade with macaron 2015-10-13 02:38:38 -04:00
errors.go upgrade with macaron 2015-10-13 02:38:38 -04:00
file_test.go go mod support (#1) 2019-08-04 00:52:43 +00:00
form_test.go go mod support (#1) 2019-08-04 00:52:43 +00:00
go.mod Use github.com/unknwon/com 2019-08-21 13:49:26 -07:00
go.sum Use github.com/unknwon/com 2019-08-21 13:49:26 -07:00
json_test.go go mod support (#1) 2019-08-04 00:52:43 +00:00
LICENSE Init commit 2014-10-07 06:51:12 -04:00
misc_test.go go mod support (#1) 2019-08-04 00:52:43 +00:00
multipart_test.go go mod support (#1) 2019-08-04 00:52:43 +00:00
README.md Update README and CI settings 2017-05-21 05:19:39 -04:00
validate_test.go go mod support (#1) 2019-08-04 00:52:43 +00:00

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.