mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 20:37:05 +00:00
replace ioutil with io package and other minor improvements
This commit is contained in:
@@ -275,7 +275,6 @@ type Filter func(*Context) bool
|
||||
// Handlers here should act like middleware, they should contain `ctx.Next` to proceed
|
||||
// to the next handler of the chain. Those "handlers" are registered to the per-request context.
|
||||
//
|
||||
//
|
||||
// It checks the "filter" and if passed then
|
||||
// it, correctly, executes the "handlers".
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user