Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 531 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 531 Bytes

gophercon-2018

Code companion for my talk at Gophercon India 2018, slides here

Usage:

Run dep ensure for pulling in dependencies

Timeout

To start a slow server Run

go run timeout/leak.go

To start a non-leaking server Run

go run timeout/timeout.go

Retry

To start a retry server Run

go run retry/retry.go

Circuit Breaker

To start a circuit breaker server Run

go run circuitbreaker/breaker.go