Sen descrición

Evan Huus d202e4680d Add to master README %!s(int64=11) %!d(string=hai) anos
breaker ba556f4cd0 Add test of panic behaviour for 100% statement coverage %!s(int64=11) %!d(string=hai) anos
deadline cd85e9ecae Implement the deadline pattern %!s(int64=11) %!d(string=hai) anos
semaphore b89f64cc19 Add build status to readmes %!s(int64=11) %!d(string=hai) anos
.gitignore 9d854293d0 Initial commit %!s(int64=11) %!d(string=hai) anos
.travis.yml a6e9d33492 Fix travis config %!s(int64=11) %!d(string=hai) anos
LICENSE 9d854293d0 Initial commit %!s(int64=11) %!d(string=hai) anos
README.md d202e4680d Add to master README %!s(int64=11) %!d(string=hai) anos

README.md

go-resiliency

Resiliency patterns for golang. Currently implemented are:

  • circuit-breaker pattern (in the breaker directory)
  • semaphore pattern (in the semaphore directory)
  • deadline/timeout pattern (in the deadline directory)