Updated LearnServerProgramming (markdown)

Sameer Ajmani 2015-01-09 10:39:16 -05:00
parent b957a955fa
commit b67aba3faa

@ -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) - 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/) - 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 ## Communication