Add rest-go (#2716)

This commit is contained in:
Eder Calé 2019-09-20 17:03:34 -03:00 committed by Ceriath
parent f042afb35f
commit 407b6843d3

View File

@ -1775,6 +1775,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™.
* [rerate](https://github.com/abo/rerate) - Redis-based rate counter and rate limiter for Go.
* [rerun](https://github.com/ivpusic/rerun) - Recompiling and rerunning go apps when source changes.
* [rest-go](https://github.com/edermanoel94/rest-go) - A package that provide many helpful methods for working with rest api.
* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client.
* [retry](https://github.com/kamilsk/retry) - The most advanced functional mechanism to perform actions repetitively until successful.
* [retry](https://github.com/percolate/retry) - A simple but highly configurable retry package for Go.