diff --git a/tree.go b/tree.go index 7c07b857..a317bc15 100644 --- a/tree.go +++ b/tree.go @@ -193,7 +193,7 @@ func (n *node) addRoute(path string, handlers HandlersChain) { continue walk } } - + // Wildcard conflict pathSeg := path if n.nType != catchAll {