You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath f0e15250b9
Migrate to use jsoniter instead of encoding/json (#14841)
* Migrate to use jsoniter

* fix tests

* update gitea.com/go-chi/binding

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
3 years ago
..
.drone.yml Move macaron to chi (#14293) 3 years ago
.gitignore Move macaron to chi (#14293) 3 years ago
LICENSE Move macaron to chi (#14293) 3 years ago
README.md Move macaron to chi (#14293) 3 years ago
binding.go Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
errors.go Move macaron to chi (#14293) 3 years ago
go.mod Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
go.sum Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago

README.md

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.