From 5fcd73d689309b186a80da58ec9fb0c2a94a4007 Mon Sep 17 00:00:00 2001 From: Hardik Bagdi Date: Thu, 25 May 2017 11:07:13 -0400 Subject: [PATCH] Adding go-unsplash for unsplash.com API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f77c94c..e31f09d9 100644 --- a/README.md +++ b/README.md @@ -1098,6 +1098,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-trending](https://github.com/andygrunwald/go-trending) - Go library for accessing [trending repositories](https://github.com/trending) and [developers](https://github.com/trending/developers) at Github. * [go-twitch](https://github.com/knspriggs/go-twitch) - A Go client for interacting with the Twitch v3 API. * [go-twitter](https://github.com/dghubble/go-twitter) - Go client library for the Twitter v1.1 APIs. +* [go-unsplash](https://github.com/hardikbagdi/go-unsplash) - Go client library for the [Unsplash.com](https://unsplash.com) API. * [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. * [golyrics](https://github.com/mamal72/golyrics) - Golyrics is a Go library to fetch music lyrics data from the Wikia website.