diff --git a/route.go b/route.go index 7e72c6a..29cc2ea 100644 --- a/route.go +++ b/route.go @@ -64,6 +64,8 @@ func (r *Route) Match(req *http.Request, match *RouteMatch) bool { match.MatchErr = nil } + // nolint: ineffassign + matchErr = nil return false } }