No Description

Evan Huus cd85e9ecae Implement the deadline pattern 11 years ago
breaker ba556f4cd0 Add test of panic behaviour for 100% statement coverage 11 years ago
deadline cd85e9ecae Implement the deadline pattern 11 years ago
semaphore b89f64cc19 Add build status to readmes 11 years ago
.gitignore 9d854293d0 Initial commit 11 years ago
.travis.yml a6e9d33492 Fix travis config 11 years ago
LICENSE 9d854293d0 Initial commit 11 years ago
README.md 81f2897b8b Fill in top-level readme a bit 11 years ago

README.md

go-resiliency

Resiliency patterns for golang. Currently implemented are:

  • circuit-breaker pattern (in the breaker directory)
  • semaphore pattern (in the semaphore directory)