Adding Rackspace to the platforms section
diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md
index 928e3d1..57eb76e 100644
--- a/LearnServerProgramming.md
+++ b/LearnServerProgramming.md
@@ -64,3 +64,8 @@
 
 - Microsoft OpenTech's [azure-sdk-for-go](https://github.com/MSOpenTech/azure-sdk-for-go) provides a Golang package that makes it easy to consume and manage Microsoft Azure Services.
 - Search packages for [Azure](http://godoc.org/?q=azure)
+
+### Openstack / Rackspace
+
+- Rackspace's [gophercloud](https://github.com/rackspace/gophercloud) is a Golang SDK for working with OpenStack clouds.
+- Search packages for [Openstack](http://godoc.org/?q=openstack) or [Rackspace](http://godoc.org/?q=rackspace)