Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 698 Bytes

File metadata and controls

11 lines (8 loc) · 698 Bytes

Breaker Build Status Go Report Card Coverage Status

Package breaker provides basic implementation of CircuitBreaker pattern

Install and update

go get -u github.com/asnelzin/breaker

Example of usage

You can find example in repository.