connor4312 / cockatiel

🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
MIT License
1.59k stars 50 forks source link

Fix readme example #74

Closed lramos15 closed 1 year ago

lramos15 commented 1 year ago

The example was using variable names that are the same as the imports. This doesn't compile due to ambiguity.