1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-21 20:46:08 +03:00

stability/circuit-breaker: fix broken link

This commit is contained in:
Tamer Tas 2016-10-20 06:43:10 +03:00
parent 4f5c36ffd6
commit 089bb2acbd

View File

@ -99,4 +99,4 @@ func Breaker(c Circuit, failureThreshold uint32) Circuit {
## Related Works
- [sony/gobreaker](https://github.com/sony/go-breaker) is a well-tested and intuitive circuit breaker implementation for real-world use cases.
- [sony/gobreaker](https://github.com/sony/gobreaker) is a well-tested and intuitive circuit breaker implementation for real-world use cases.