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.