add equalizer library (#3142)

This commit is contained in:
Eugene R 2020-07-04 06:15:22 +03:00 committed by GitHub
parent 8326fc74bb
commit 575d0aae09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. * [Deepcopier](https://github.com/ulule/deepcopier) - Simple struct copying for Go.
* [delve](https://github.com/derekparker/delve) - Go debugger. * [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. * [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. * [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. * [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. * [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature.