Add failsafe-go (#5245)

This commit is contained in:
Jonathan Halterman 2024-06-24 20:30:27 -07:00 committed by GitHub
parent 54b0b83cd2
commit 785a9448d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2696,6 +2696,7 @@ _General utilities and tools to make your life easier._
- [equalizer](https://github.com/reugn/equalizer) - Quota manager and rate limiter collection for Go. - [equalizer](https://github.com/reugn/equalizer) - Quota manager and rate limiter collection for Go.
- [ergo](https://github.com/cristianoliveira/ergo) - The management of multiple local services running over different ports made easy. - [ergo](https://github.com/cristianoliveira/ergo) - The management of multiple local services running over different ports made easy.
- [evaluator](https://github.com/nullne/evaluator) - Evaluate an expression dynamically based on s-expression. It's simple and easy to extend. - [evaluator](https://github.com/nullne/evaluator) - Evaluate an expression dynamically based on s-expression. It's simple and easy to extend.
- [Failsafe-go](https://github.com/failsafe-go/failsafe-go) - Fault tolerance and resilience patterns for Go.
- [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature. - [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature.
- [filler](https://github.com/yaronsumel/filler) - small utility to fill structs using "fill" tag. - [filler](https://github.com/yaronsumel/filler) - small utility to fill structs using "fill" tag.
- [filter](https://github.com/gookit/filter) - provide filtering, sanitizing, and conversion of Go data. - [filter](https://github.com/gookit/filter) - provide filtering, sanitizing, and conversion of Go data.