Updated Learn (markdown)

Sameer Ajmani 2015-01-09 14:07:32 -05:00
parent 5d188b5f2b
commit 0588be6a13

@ -2,6 +2,8 @@ In addition to the resources available [at golang.org](http://golang.org/doc/#le
* [Go By Example](http://gobyexample.com/) provides a series of annotated code snippets.
* [Learn Go in Y minutes](http://learnxinyminutes.com/docs/go/) is a top-to-bottom walkthrough of the language.
Learning resources for specific topics:
* [LearnConcurrency](/golang/go/wiki/LearnConcurrency) outlines a course of study of Go's concurrency model and patterns.
* [LearnErrorHandling](/golang/go/wiki/LearnErrorHandling) links to resources about error handling in Go.
* [LearnTesting](/golang/go/wiki/LearnTesting) links to resources about testing in Go.