mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-13 11:14:37 -05:00
Add mennanov/limiters (#2748)
This commit is contained in:
parent
8ad7a82bde
commit
39c969caf1
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue