Go to file
Lunny Xiao 03f1d31337
Remove macaron
2021-01-13 10:51:29 +08: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 try to fix test 2020-12-20 10:50:06 +08:00
binding.go Remove macaron 2021-01-13 10:51:29 +08:00
common_test.go Remove macaron 2021-01-13 10:51:29 +08: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 Remove macaron 2021-01-13 10:51:29 +08:00
form_test.go Remove macaron 2021-01-13 10:51:29 +08:00
go.mod Remove macaron 2021-01-13 10:51:29 +08:00
go.sum Remove macaron 2021-01-13 10:51:29 +08:00
json_test.go Remove macaron 2021-01-13 10:51:29 +08:00
LICENSE Init commit 2014-10-07 06:51:12 -04:00
misc_test.go Remove macaron 2021-01-13 10:51:29 +08:00
multipart_test.go Remove macaron 2021-01-13 10:51:29 +08:00
README.md remove macaron 2020-12-20 09:09:12 +08:00
validate_test.go Remove macaron 2021-01-13 10:51:29 +08:00

Middleware binding provides request data binding and validation for net/http, It's a fork of Macaron.

License

This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.