diff --git a/router.go b/router.go index d2f9a4b5..4f9d07e0 100644 --- a/router.go +++ b/router.go @@ -109,7 +109,7 @@ type controllerInfo struct { controllerType reflect.Type methods map[string]string handler http.Handler - runFunction FilterFunc + runFunction FilterFunc routerType int }