diff --git a/path.go b/path.go index 70821999..0c80f3f7 100644 --- a/path.go +++ b/path.go @@ -156,6 +156,7 @@ func findNextCharsetPosition(search string, charset []byte) int { return nextPosition } +// TODO: check performance // getMatch parses the passed url and tries to match it against the route segments and determine the parameter positions func (p *routeParser) getMatch(s string, partialCheck bool) ([][2]int, bool) { lenKeys := len(p.params)