From cdf53550c797fb6b07973b5d356e6afdab17613c Mon Sep 17 00:00:00 2001 From: Sameer Ajmani Date: Fri, 9 Jan 2015 13:51:20 -0500 Subject: [PATCH] Updated Learn (markdown) --- Learn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learn.md b/Learn.md index c371dc36..05631414 100644 --- a/Learn.md +++ b/Learn.md @@ -1,7 +1,7 @@ In addition to the resources available [at golang.org](http://golang.org/doc/#learning) there are a range of community-driven initiatives: - * [Go By Example](http://gobyexample.com/) - a series of annotated code snippets. - * [Learn Go in Y minutes](http://learnxinyminutes.com/docs/go/) - a top-to-bottom walkthrough of the language. + * [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. * [LearnConcurrency](http://github.com/golang/go/wiki/LearnConcurrency) outlines a course of study of Go's concurrency model and patterns. * [LearnErrorHandling](http://github.com/golang/go/wiki/LearnErrorHandling) links to resources about error handling in Go. * [LearnServerProgramming](http://github.com/golang/go/wiki/LearnServerProgramming) links to resources about server programming in Go.