diff --git a/app.go b/app.go index 4c506878..d2b492cd 100644 --- a/app.go +++ b/app.go @@ -270,8 +270,6 @@ func findAndRemoveTree(paths []string, entryPointTree *Tree, method string) { findAndRemoveTree(paths[1:], entryPointTree.fixrouters[i], method) } } - // No match - return } // Include will generate router file in the router/xxx.go from the controller's comments