From df61bdf3a101d2efc95ad8c22ccb5aca3bb032a4 Mon Sep 17 00:00:00 2001 From: Aaron Longwell Date: Thu, 30 Mar 2017 10:40:04 -0700 Subject: [PATCH] Add library for Trello API. (#1344) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24eddd52..72002e48 100644 --- a/README.md +++ b/README.md @@ -1071,6 +1071,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [textbelt](https://github.com/dietsche/textbelt) - Go client for the textbelt.com txt messaging API. * [TheMovieDb](https://github.com/jbrodriguez/go-tmdb) - A simple golang package to communicate with [themoviedb.org](https://themoviedb.org) * [translate](https://github.com/poorny/translate) - Go online translation package. +* [Trello](https://github.com/adlio/trello) - Go wrapper for the Trello API. * [tumblr](https://github.com/mattcunningham/gumblr) - Go wrapper for the Tumblr v2 API. * [webhooks](https://github.com/go-playground/webhooks) - Webhook receiver for GitHub and Bitbucket.