From 2db7f6aeff67854bd5ad26ded61b6736450c2dfe Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Mon, 14 Jul 2014 12:37:31 +0200 Subject: [PATCH] Added Gopencils --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 810f58f1..9836709a 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go. * [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go. +* [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs. * [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go. * [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON.