1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

Improved comment

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-04-26 15:53:37 -07:00
parent 67b1dfea04
commit a956a03841

View File

@ -247,7 +247,7 @@ func (r *router) Find(method, path string, ctx *Context) (h HandlerFunc, echo *E
goto Up
}
// Check for catch-all with empty string
// Catch-all with empty value
if len(search) == 0 {
goto CatchAll
}