1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 04:47:02 +00:00

Add example for struct validation(3rd-party) through json request body binding

Former-commit-id: 78bbbe068f219e5a264951c900b77cb9b70f2079
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-07-24 04:33:53 +03:00
parent 7337396e3c
commit 247a558394
6 changed files with 480 additions and 293 deletions

View File

@@ -8,7 +8,6 @@ import (
func main() {
app := iris.New()
// use this recover(y) middleware
app.Use(recover.New())
i := 0