From 3d309467cb28c7c04a48f3dfac838fcf486dad5d Mon Sep 17 00:00:00 2001 From: Michael Wendland Date: Wed, 26 Nov 2014 21:46:10 +0100 Subject: [PATCH] added GoMusicBrianz and goplaceholder --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 684ec5da..7113fc6c 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [facebook](https://github.com/huandu/facebook) - Go Library that supports the Facebook Graph API * [github](https://github.com/google/go-github) - Go library for accessing the GitHub API. +* [GoMusicBrainz](https://github.com/michiwend/gomusicbrainz) - a Go MusicBrainz WS2 client library * [gostorm](https://github.com/jsgilmore/gostorm) - GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells. * [hipchat](https://github.com/andybons/hipchat) - This project implements a golang client library for the Hipchat API. * [hipchat (xmpp)](https://github.com/daneharrigan/hipchat) - A golang package to communicate with HipChat over XMPP. @@ -481,6 +482,7 @@ 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. * [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.