Browse Source

Re-add ineffectual statement, but mark it with "// nolint"

pull/661/head
Sukhjit Singh 4 years ago
parent
commit
6873cd4a8f
  1. 2
      route.go

2
route.go

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

Loading…
Cancel
Save