From 983bac986a2eaff63b6910cef811048651337f6f Mon Sep 17 00:00:00 2001 From: JessonChan Date: Fri, 18 Sep 2015 18:34:07 +0800 Subject: [PATCH] runFunction camel name --- router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }