fixed typo

Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
Avelino 2022-01-01 09:32:46 -03:00
parent 9e18421376
commit 5f2de0ba88
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -1651,7 +1651,7 @@ _**Unofficial** set of patterns for structuring projects._
* [gentleman](https://github.com/h2non/gentleman) - Full-featured plugin-driven HTTP client library.
* [go-http-client](https://github.com/bozd4g/go-http-client) - Make http calls simply and easily.
* [go-req](https://github.com/wenerme/go-req) - Declarative golang HTTP client.
* [go-retryablehttp](https://github.com/hashicorp/) - Retryable HTTP client in Go
* [go-retryablehttp](https://github.com/hashicorp/) - Retryable HTTP client in Go.
* [grequests](https://github.com/levigross/grequests) - A Go "clone" of the great and famous Requests library.
* [heimdall](https://github.com/gojektech/heimdall) - An enhanced http client with retry and hystrix capabilities.
* [httpc](https://github.com/valord577/httpc) - A customizable and simple HTTP client library. Only depend on the stdlib HTTP client.