Go to file
Lunny Xiao 0be9959b78 Fix tests (#4)
Use assert and remove Convey

Reviewed-on: go-chi/binding#4
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-04-08 23:27:59 +08:00
.drone.yml Fix tests (#4) 2021-04-08 23:27:59 +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 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 Fix tests (#4) 2021-04-08 23:27:59 +08:00
errors_test.go Fix tests (#4) 2021-04-08 23:27:59 +08:00
errors.go upgrade with macaron 2015-10-13 02:38:38 -04:00
file_test.go Fix tests (#4) 2021-04-08 23:27:59 +08:00
form_test.go Fix tests (#4) 2021-04-08 23:27:59 +08:00
go.mod Fix tests (#4) 2021-04-08 23:27:59 +08:00
go.sum Fix tests (#4) 2021-04-08 23:27:59 +08:00
json_test.go Fix tests (#4) 2021-04-08 23:27:59 +08:00
LICENSE Init commit 2014-10-07 06:51:12 -04:00
misc_test.go Fix tests (#4) 2021-04-08 23:27:59 +08:00
multipart_test.go Fix tests (#4) 2021-04-08 23:27:59 +08:00
README.md remove macaron 2020-12-20 09:09:12 +08:00
validate_test.go Fix tests (#4) 2021-04-08 23:27:59 +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.