Go to file
Gusted 114340dabe Update go-json (#11)
- Update go-json to include a fix that fixes a issue on Gitea,
https://github.com/go-gitea/gitea/issues/18855.
- All tests passes.

Reviewed-on: go-chi/binding#11
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-committed-by: Gusted <williamzijl7@hotmail.com>
2022-03-09 08:49:20 +08:00
.drone.yml CI: test agains go 1.13 & go 1.16 (#9) 2021-06-09 08:58:36 +08:00
.gitignore Expose validation patterns 2016-07-12 06:59:16 +08:00
bind_test.go Fix tests (#4) 2021-04-08 23:27:59 +08:00
binding.go Reworked Required and OmitEmpty (#8) 2021-06-09 23:32:01 +08:00
common_test.go Reworked Required and OmitEmpty (#8) 2021-06-09 23:32:01 +08:00
errorhandler_test.go Switched `expect` and `actual` parameters (#6) 2021-05-05 02:07:00 +08:00
errors_test.go Switched `expect` and `actual` parameters (#6) 2021-05-05 02:07:00 +08:00
errors.go upgrade with macaron 2015-10-13 02:38:38 -04:00
file_test.go Upgrade chi to v5 (#10) 2021-10-13 14:54:40 +08:00
form_test.go Upgrade chi to v5 (#10) 2021-10-13 14:54:40 +08:00
go.mod Update go-json (#11) 2022-03-09 08:49:20 +08:00
go.sum Update go-json (#11) 2022-03-09 08:49:20 +08:00
json_test.go Upgrade chi to v5 (#10) 2021-10-13 14:54:40 +08:00
LICENSE Init commit 2014-10-07 06:51:12 -04:00
misc_test.go Upgrade chi to v5 (#10) 2021-10-13 14:54:40 +08:00
multipart_test.go Upgrade chi to v5 (#10) 2021-10-13 14:54:40 +08:00
README.md remove macaron 2020-12-20 09:09:12 +08:00
validate_test.go Upgrade chi to v5 (#10) 2021-10-13 14:54:40 +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.