From 171f34dda3a6ea1559b633944448b16dc8846345 Mon Sep 17 00:00:00 2001 From: Stephanie Mongon Date: Thu, 8 Dec 2016 10:41:54 -0500 Subject: [PATCH] added Golang client --- doc/libraries_support.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/libraries_support.md b/doc/libraries_support.md index 5709cecc..013ac317 100644 --- a/doc/libraries_support.md +++ b/doc/libraries_support.md @@ -25,3 +25,6 @@ To make things easier for developers, we provide client libraries for different - **iOS** Objective-C library for interacting with CARTO in native iOS applications. [Fork it on GitHub!](https://github.com/jmnavarro/cartodb-objectivec-client) + +- **Golang** + A Go client for the CartoDB SQL API that supports authentication using an API key. [Fork it on GitHub!](https://github.com/agonzalezro/cartodb_go)