This commit is contained in:
Razon Yang 2020-01-18 23:19:29 +08:00 committed by Andy Pan
parent d533c2c523
commit 2377957989

View File

@ -1829,6 +1829,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [hystrix-go](https://github.com/afex/hystrix-go) - Implements Hystrix patterns of programmer-defined fallbacks aka circuit breaker.
* [immortal](https://github.com/immortal/immortal) - \*nix cross-platform (OS agnostic) supervisor.
* [intrinsic](https://github.com/mengzhuo/intrinsic) - Use x86 SIMD without writing any assembly code.
* [jsend](https://github.com/clevergo/jsend) - JSend's implementation writen in Go.
* [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.