From 24cc86c54a30a28a0690b819c28b4fecfb806546 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Tue, 1 Mar 2016 22:53:06 -0600 Subject: [PATCH] Add xkcd API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1110f8d..ddba539 100644 --- a/README.md +++ b/README.md @@ -850,6 +850,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [github](https://github.com/google/go-github) - Go library for accessing the GitHub API. * [go-marathon](https://github.com/gambol99/go-marathon) - A Go library for interacting with Mesosphere's Marathon PAAS * [go-twitter](https://github.com/dghubble/go-twitter) - Go client library for the Twitter v1.1 APIs. +* [go-xkcd](https://github.com/nishanths/go-xkcd) - Go client for the xkcd API. * [goamz](https://github.com/mitchellh/goamz) - Popular fork of [goamz](https://launchpad.net/goamz) which adds some missing API calls to certain packages. * [GoMusicBrainz](https://github.com/michiwend/gomusicbrainz) - a Go MusicBrainz WS2 client library * [google](https://github.com/google/google-api-go-client) - Auto-generated Google APIs for Go