Updated LearnServerProgramming (markdown)

Sameer Ajmani 2015-01-29 14:44:46 -05:00
parent ddd91aa635
commit c32d6d3a5f

@ -56,6 +56,7 @@ This page links to resources for learning about server programming in Go. The it
### Amazon Web Services ### Amazon Web Services
- The [aws-sdk-go](https://github.com/awslabs/aws-sdk-go) repository provides automatically generated AWS clients in Go. It has [official support](http://aws.amazon.com/blogs/aws/coming-soon-aws-sdk-for-go) from Amazon.
- [Package goamz](https://wiki.ubuntu.com/goamz) enables Go programs to interact with the Amazon Web Services. - [Package goamz](https://wiki.ubuntu.com/goamz) enables Go programs to interact with the Amazon Web Services.
- Search packages for [AWS](http://godoc.org/?q=aws) or [Amazon services](http://godoc.org/?q=amazon+service) - Search packages for [AWS](http://godoc.org/?q=aws) or [Amazon services](http://godoc.org/?q=amazon+service)