Browse Source

Remove ineffectual assignment to matchErr "matchErr = nil"

pull/661/head
Sukhjit Singh 4 years ago
parent
commit
c99abc657a
  1. 1
      route.go

1
route.go

@ -64,7 +64,6 @@ func (r *Route) Match(req *http.Request, match *RouteMatch) bool {
match.MatchErr = nil match.MatchErr = nil
} }
matchErr = nil
return false return false
} }
} }

Loading…
Cancel
Save