From 23779579890777ff76b44767117d4cc7a899c5c2 Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Sat, 18 Jan 2020 23:19:29 +0800 Subject: [PATCH] Add JSend (#2907) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f92f597..c379b700 100644 --- a/README.md +++ b/README.md @@ -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.