mirror of
https://github.com/labstack/echo.git
synced 2025-05-21 22:33:35 +02:00
Improved comment
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
67b1dfea04
commit
a956a03841
@ -247,7 +247,7 @@ func (r *router) Find(method, path string, ctx *Context) (h HandlerFunc, echo *E
|
|||||||
goto Up
|
goto Up
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for catch-all with empty string
|
// Catch-all with empty value
|
||||||
if len(search) == 0 {
|
if len(search) == 0 {
|
||||||
goto CatchAll
|
goto CatchAll
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user