Update README.md

This commit is contained in:
Evgeny 2022-07-17 23:24:32 +07:00 committed by GitHub
parent bea5297e2f
commit 8ae00e0d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. - [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. - [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. - [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. - [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...) - [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. - [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™. - [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. - [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. - [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/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/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. - [retry](https://github.com/thedevsaddam/retry) - Simple and easy retry mechanism package for Go.