cep21 / circuit

An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace gometalinter with golangci-lint

cep21 opened this issue · comments

gometalinter is deprecated :( Replace with https://github.com/golangci/golangci-lint, which is the recommended replacement.

See alecthomas/gometalinter#590

Resolved