From 5697c6d7cc7f9d8394208ace651a6b5c03722504 Mon Sep 17 00:00:00 2001 From: Silviu Capota-Mera Date: Mon, 25 Sep 2017 23:17:57 -0400 Subject: [PATCH] Remove redundant return to pass gosimple Travis check --- app.go | 2 -- 1 file changed, 2 deletions(-) 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