From a556577221a42e234cfe90a0487296d94b6516c4 Mon Sep 17 00:00:00 2001 From: Michael Wendland Date: Wed, 26 Nov 2014 22:01:42 +0100 Subject: [PATCH] fix order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7113fc6c..4a228776 100644 --- a/README.md +++ b/README.md @@ -482,8 +482,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go. * [delve](https://github.com/derekparker/delve) - Go debugger. * [godropbox](https://github.com/dropbox/godropbox) - Common libraries for writing Go services/applications from Dropbox. -* [goplaceholder](https://github.com/michiwend/goplaceholder) - a small golang lib to generate placeholder images * [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs. +* [goplaceholder](https://github.com/michiwend/goplaceholder) - a small golang lib to generate placeholder images * [goreq](https://github.com/franela/goreq) - Minimal and simple request library for Go language. * [gorequest](https://github.com/parnurzeal/gorequest) - Simplified HTTP client with rich features for Go. * [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go