From 0588be6a1363c9bc9f81d46ff9cbad3e8857a70f Mon Sep 17 00:00:00 2001 From: Sameer Ajmani Date: Fri, 9 Jan 2015 14:07:32 -0500 Subject: [PATCH] Updated Learn (markdown) --- Learn.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Learn.md b/Learn.md index ec6481ec..06431f61 100644 --- a/Learn.md +++ b/Learn.md @@ -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.