Go to file
Andrew Thornton 9ed71ae3e5 migrate to go-json which is even faster than jsoniter (#3)
Needs further testing as there appears to be more than a couple of issues on gitea

Signed-off-by: Andrew Thornton <art27@cantab.net>

Reviewed-on: go-chi/binding#3
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-committed-by: Andrew Thornton <art27@cantab.net>
2021-03-07 10:47:17 +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 migrate to go-json which is even faster than jsoniter (#3) 2021-03-07 10:47:17 +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 migrate to go-json which is even faster than jsoniter (#3) 2021-03-07 10:47:17 +08:00
go.sum migrate to go-json which is even faster than jsoniter (#3) 2021-03-07 10:47:17 +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.