From 35bcbf2f70379463602cd95934794f31e4251f5a Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sun, 10 Jul 2022 20:35:53 +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 72d4baab..c28cb24b 100644 --- a/README.md +++ b/README.md @@ -2575,7 +2575,7 @@ _General utilities and tools to make your life easier._ - [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, mathematic functions, pointer helpers. +- [lib](https://github.com/gotidy/lib) - Library based on generics. Slice, map helpers, set type, mathematic functions, pointer helpers. - [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.