From d48bb52ca1187179ba2f4269302f9bef2bcaf611 Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Fri, 22 Jan 2016 17:54:38 -0800 Subject: [PATCH] alphabetical order is corrected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc127bd9..54959588 100644 --- a/README.md +++ b/README.md @@ -909,8 +909,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [pm](https://github.com/VividCortex/pm) - Process (i.e. goroutine) manager with an HTTP API * [profile](https://github.com/davecheney/profile) - Simple profiling support package for Go * [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™. -* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client * [rerun](https://github.com/ivpusic/rerun) - Recompiling and rerunning go apps when source changes +* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client * [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics * [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. * [sling](https://github.com/dghubble/sling) - Go HTTP requests builder for API clients.