slok / goresilience

A library to improve the resilience of Go applications in an easy and flexible way
https://medium.com/@slok/goresilience-a-go-library-to-improve-applications-resiliency-14d229aee385
Apache License 2.0
179 stars 24 forks source link

Swap retry & timeout examples #4

Closed mdouchement closed 5 years ago

mdouchement commented 5 years ago

These two examples are permuted: https://github.com/slok/goresilience/blob/master/examples/retry/retry.go https://github.com/slok/goresilience/blob/master/examples/timeout/timeout.go

slok commented 5 years ago

Hi @mdouchement

I have mistaken on a rename of the examples or something :/

Many thanks and sorry for the error!