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