This commit is contained in:
winterssy 2019-10-04 12:31:06 -05:00 committed by Ceriath
parent 97620ec47b
commit 42571e0e95

View File

@ -1264,6 +1264,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [pester](https://github.com/sethgrid/pester) - Go HTTP client calls with retries, backoff, and concurrency.
* [rq](https://github.com/ddo/rq) - A nicer interface for golang stdlib HTTP client.
* [sling](https://github.com/dghubble/sling) - Sling is a Go HTTP client library for creating and sending API requests.
* [sreq](https://github.com/winterssy/sreq) - A simple, user-friendly and concurrent safe HTTP request library for Go.
## OpenGL