From 5df457bd8941724773766fd1fc5fafcbf10a472c Mon Sep 17 00:00:00 2001 From: Sameer Ajmani Date: Fri, 9 Jan 2015 08:47:54 -0500 Subject: [PATCH] Updated LearnServerProgramming (markdown) --- LearnServerProgramming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md index 86d06418..d7b4822f 100644 --- a/LearnServerProgramming.md +++ b/LearnServerProgramming.md @@ -50,5 +50,5 @@ Go servers process each request in its own goroutine. To share memory safely, t ### Microsoft Azure -- Microsoft OpenTech's [azure-sdk-for-go](https://github.com/MSOpenTech/azure-sdk-for-go) +- 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)