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:
@@ -8,7 +8,6 @@ import (
|
||||
|
||||
func main() {
|
||||
app := iris.New()
|
||||
// use this recover(y) middleware
|
||||
app.Use(recover.New())
|
||||
|
||||
i := 0
|
||||
|
||||
Reference in New Issue
Block a user