From b67aba3faa2e0764694bd60df160a5716c68b507 Mon Sep 17 00:00:00 2001 From: Sameer Ajmani Date: Fri, 9 Jan 2015 10:39:16 -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 9e74b0c9..04b2b712 100644 --- a/LearnServerProgramming.md +++ b/LearnServerProgramming.md @@ -4,7 +4,7 @@ This page links to resources for learning about server programming in Go. The it - Code [A Tour of Go: Web Servers](http://tour.golang.org/methods/13) and [HTTP Handlers](http://tour.golang.org/methods/14) - Read [Writing Web Applications](http://golang.org/doc/articles/wiki/) -- [LearnConcurrency](/golang/go/wiki/LearnConcurrency) outlines a course of study of Go's concurrency model, including techniques that are useful in server programming. +- Read [LearnConcurrency](/golang/go/wiki/LearnConcurrency) ## Communication