From 166ffa23e6dd12d2901766b0e3081d315de80205 Mon Sep 17 00:00:00 2001 From: Mikael Berthe Date: Mon, 1 May 2017 16:37:55 +0200 Subject: [PATCH] Add Golang library (#179) --- Using-the-API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 91e39c9..90a978c 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -49,7 +49,7 @@ ___ - [For Rust](https://github.com/Aaronepower/mammut) - [For Perl](https://metacpan.org/pod/Mastodon::Client) - [For Swift](https://github.com/ornithocoder/MastodonKit) -- [For Go](https://github.com/mattn/go-mastodon) +- For Go: [go-mastodon](https://github.com/mattn/go-mastodon), [madon](https://github.com/McKael/madon) - [For Scala](https://github.com/schwitzerm/scaladon) - [For .Net](https://github.com/Tlaster/Mastodon.Net) - [For Java, Kotlin](https://github.com/sys1yagi/mastodon4j)