From 575d0aae0994880b2bf7560e58b51b023cddf6fd Mon Sep 17 00:00:00 2001 From: Eugene R Date: Sat, 4 Jul 2020 06:15:22 +0300 Subject: [PATCH] add equalizer library (#3142) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3e3d12b..868ba877 100644 --- a/README.md +++ b/README.md @@ -1866,6 +1866,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Deepcopier](https://github.com/ulule/deepcopier) - Simple struct copying for Go. * [delve](https://github.com/derekparker/delve) - Go debugger. * [dlog](https://github.com/kirillDanshin/dlog) - Compile-time controlled logger to make your release smaller without removing debug calls. +* [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 dynamicly based on s-expression. It's simple and easy to extend. * [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature.