Bez popisu

Evan Huus ed2c12bb4a DRY up breaker.Go and breaker.Run před 11 roky
breaker ed2c12bb4a DRY up breaker.Go and breaker.Run před 11 roky
semaphore b89f64cc19 Add build status to readmes před 11 roky
.gitignore 9d854293d0 Initial commit před 11 roky
.travis.yml a6e9d33492 Fix travis config před 11 roky
LICENSE 9d854293d0 Initial commit před 11 roky
README.md 81f2897b8b Fill in top-level readme a bit před 11 roky

README.md

go-resiliency

Resiliency patterns for golang. Currently implemented are:

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