diff --git a/README.md b/README.md index 277002d3..00a56d70 100644 --- a/README.md +++ b/README.md @@ -2574,7 +2574,6 @@ _General utilities and tools to make your life easier._ - [jump](https://github.com/gsamokovarov/jump) - Jump helps you navigate faster by learning your habits. - [koazee](https://github.com/wesovilabs/koazee) - Library inspired in Lazy evaluation and functional programming that takes the hassle out of working with arrays. - [lets-go](https://github.com/aplescia-chwy/lets-go) - Go module that provides common utilities for Cloud Native REST API development. Also contains AWS Specific utilities. -- [lib](https://github.com/gotidy/lib) - Library based on generics. Slice, map helpers, set type, mathematic functions, pointer helpers. - [limiters](https://github.com/mennanov/limiters) - Rate limiters for distributed applications in Golang with configurable back-ends and distributed locks. - [lo](https://github.com/samber/lo) - A Lodash like Go library based on Go 1.18+ Generics (map, filter, contains, find...) - [loncha](https://github.com/kazu/loncha) - A high-performance slice Utilities. @@ -2613,6 +2612,7 @@ _General utilities and tools to make your life easier._ - [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™. - [rerun](https://github.com/ivpusic/rerun) - Recompiling and rerunning go apps when source changes. - [rest-go](https://github.com/edermanoel94/rest-go) - A package that provide many helpful methods for working with rest api. +- [retry](https://github.com/gotidy/retry) - Retry operations with constant, delays and exponential backoff strategies. - [retry](https://github.com/kamilsk/retry) - The most advanced functional mechanism to perform actions repetitively until successful. - [retry](https://github.com/percolate/retry) - A simple but highly configurable retry package for Go. - [retry](https://github.com/thedevsaddam/retry) - Simple and easy retry mechanism package for Go.