diff --git a/README.md b/README.md index 58e1125d..69630d06 100644 --- a/README.md +++ b/README.md @@ -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.