Renames []HandleFunc to HandlersChain

This commit is contained in:
Manu Mtz-Almeida
2015-05-07 11:30:01 +02:00
parent 79131ac84d
commit eb3e9293ed
11 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ type Context struct {
Writer ResponseWriter
Params Params
handlers []HandlerFunc
handlers HandlersChain
index int8
Engine *Engine