From ac264edb5090fb157c5dc735a51ee0871ec03862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20M=C3=A5rds?= Date: Sun, 19 Apr 2015 13:14:56 +0200 Subject: [PATCH] Stripe's AWS SDK is now the official SDK and has moved to the awslabs organization on Github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de4d824..24a3678 100644 --- a/README.md +++ b/README.md @@ -598,7 +598,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for accessing third party APIs.* -* [aws-go](https://github.com/stripe/aws-go) - An incredibly experimental, automatically generated set of AWS clients in Go. +* [aws-sdk-go](https://github.com/awslabs/aws-sdk-go) - The official AWS SDK for the Go programming language. Caution: The SDK is currently in the process of being developed, and not everything may be working fully yet. * [facebook](https://github.com/huandu/facebook) - Go Library that supports the Facebook Graph API * [gami](https://github.com/bit4bit/gami) - Go library for Asterisk Manager Interface. * [geo-golang](https://github.com/codingsince1985/geo-golang) - Go Library to access [Google Maps](https://developers.google.com/maps/documentation/geocoding/), [MapQuest](http://open.mapquestapi.com/geocoding/), [Nominatim](http://open.mapquestapi.com/nominatim/), [OpenCage](http://geocoder.opencagedata.com/api.html), [HERE](https://developer.here.com/rest-apis/documentation/geocoder) and [Bing](https://msdn.microsoft.com/en-us/library/ff701715.aspx) geocoding / reverse geocoding APIs.