설명 없음

Evan Huus 73049397fc Implement breaker.Go() 11 년 전
breaker 73049397fc Implement breaker.Go() 11 년 전
semaphore b89f64cc19 Add build status to readmes 11 년 전
.gitignore 9d854293d0 Initial commit 11 년 전
.travis.yml a6e9d33492 Fix travis config 11 년 전
LICENSE 9d854293d0 Initial commit 11 년 전
README.md 81f2897b8b Fill in top-level readme a bit 11 년 전

README.md

go-resiliency

Resiliency patterns for golang. Currently implemented are:

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