From bea5297e2fa7f4fd0477ce6768b4ccc994f2f355 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sun, 10 Jul 2022 21:55:43 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c28cb24b..277002d3 100644 --- a/README.md +++ b/README.md @@ -2574,8 +2574,8 @@ _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. -- [limiters](https://github.com/mennanov/limiters) - Rate limiters for distributed applications in Golang with configurable back-ends and distributed locks. - [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. - [lrserver](https://github.com/jaschaephraim/lrserver) - LiveReload server for Go.