Code companion for my talk at Gophercon India 2018, slides here
Run dep ensure
for pulling in dependencies
To start a slow server Run
go run timeout/leak.go
To start a non-leaking server Run
go run timeout/timeout.go
To start a retry server Run
go run retry/retry.go
To start a circuit breaker server Run
go run circuitbreaker/breaker.go