From 3080a773e771db7489aa49455f58f3dade186949 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Sun, 13 Nov 2016 14:30:13 -0800 Subject: [PATCH] =?UTF-8?q?o=20Add=20reference=20to=20Go=20binding=20by=20?= =?UTF-8?q?M=C3=A1ximo=20Cuadros.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e167e4a..5ea1f46 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,9 @@ The library comes as an API that you can use for your own utilities and use-case [C API](./include/led-matrix-c.h). * In the [python](./python) subdirectory, you find a Python API including a couple of [examples](./python/samples) to get started. - * There are a couple of external bindings, such as this [Nodejs binding] - by Maxime Journaux. + * There are a couple of external bindings, such as + * [Nodejs binding] by Maxime Journaux. + * [Go binding] by Máximo Cuadros ### Changing parameters via command-line flags @@ -501,3 +502,4 @@ things, like this installation by Dirk in Scharbeutz, Germany: [raspbian-lite]: https://downloads.raspberrypi.org/raspbian_lite_latest [Adafruit HAT]: https://www.adafruit.com/products/2345 [Nodejs binding]: https://github.com/zeitungen/node-rpi-rgb-led-matrix +[Go binding]: https://github.com/mcuadros/go-rpi-rgb-led-matrix \ No newline at end of file