1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-26 03:20:08 +02:00

Merge branch 'develop'

This commit is contained in:
Vishal Rana 2015-04-28 23:14:18 -07:00
commit 4068674a0b

View File

@ -235,7 +235,6 @@ func (r *router) Find(method, path string, ctx *Context) (h HandlerFunc, echo *E
// Match-any
if cn.typ == mtype {
println(search, cn.prefix)
ctx.pvalues[0] = search[len(cn.prefix):]
}