From 785a9448d720622c2458a823f9c973f01128cab4 Mon Sep 17 00:00:00 2001 From: Jonathan Halterman Date: Mon, 24 Jun 2024 20:30:27 -0700 Subject: [PATCH] Add failsafe-go (#5245) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a619b2d1..cf33a022 100644 --- a/README.md +++ b/README.md @@ -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. - [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. +- [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. - [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.