From 39c969caf1c4bd2d2d6b299e4f6f01c6db8e0b8f Mon Sep 17 00:00:00 2001 From: Renat Mennanov Date: Tue, 1 Oct 2019 07:15:10 -0700 Subject: [PATCH] Add mennanov/limiters (#2748) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6702e0cb..258edca8 100644 --- a/README.md +++ b/README.md @@ -1763,6 +1763,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [intrinsic](https://github.com/mengzhuo/intrinsic) - Use x86 SIMD without writing any assembly code. * [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. +* [limiters](https://github.com/mennanov/limiters) - Rate limiters for distributed applications in Golang with configurable back-ends and distributed locks. * [lrserver](https://github.com/jaschaephraim/lrserver) - LiveReload server for Go. * [mc](https://github.com/minio/mc) - Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems. * [mergo](https://github.com/imdario/mergo) - Helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements.