From b0538279fa180f3f19729c79c9ac6c0818fbe61c Mon Sep 17 00:00:00 2001 From: Ddo Date: Fri, 5 Jan 2018 07:56:31 +0700 Subject: [PATCH] add ddo/rq (#1741) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 833b5fcb..d38e8c35 100644 --- a/README.md +++ b/README.md @@ -1345,6 +1345,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [retry](https://github.com/kamilsk/retry) - Functional mechanism based on context to perform actions repetitively until successful. * [retry-go](https://github.com/rafaeljesus/retry-go) - Retrying made simple and easy for golang. * [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics. +* [rq](https://github.com/ddo/rq) - A nicer interface for golang stdlib HTTP client. * [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. * [sling](https://github.com/dghubble/sling) - Go HTTP requests builder for API clients. * [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options.