Renames []HandleFunc to HandlersChain
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ type Context struct {
|
||||
Writer ResponseWriter
|
||||
|
||||
Params Params
|
||||
handlers []HandlerFunc
|
||||
handlers HandlersChain
|
||||
index int8
|
||||
|
||||
Engine *Engine
|
||||
|
||||
Reference in New Issue
Block a user