From 64512b6630dae3f3529b4d29415fa0c35d64e95d Mon Sep 17 00:00:00 2001 From: Omar Khawaja Date: Wed, 9 Jan 2019 17:00:04 -0500 Subject: [PATCH] This book gets great reviews from the community. It teaches the basics of Go using a TDD approach. --- Learn.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Learn.md b/Learn.md index 003f84f6..93f68129 100644 --- a/Learn.md +++ b/Learn.md @@ -5,6 +5,7 @@ In addition to the resources available [at golang.org](http://golang.org/doc/#le * [EXLskills - A$AP Learn Go](https://exlskills.com/learn-en/courses/aap-learn-go-golang--learn_golang_asap) - Fast-paced free and open course for getting going with Go * [Learn Go in an Hour - Video](https://www.youtube.com/watch?v=CF9S4QZuV30) _2015-02-15_ * [Learning to Program in Go](https://www.youtube.com/playlist?list=PLei96ZX_m9sVSEXWwZi8uwd2vqCpEm4m6), a multi-part video training class. + * [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests/) - An introduction to Go using a TDD approach. * [Pluralsight Classes for Go](http://www.pluralsight.com/tag/golang) - A growing collection of (paid) online classes. * [Ardan Labs Training](https://www.ardanlabs.com/) - Commercial, live instruction for Go programming. * [O'Reilly Go Fundamentals](http://shop.oreilly.com/category/learning-path/go-fundamentals.do) - Video learning path for Go programming.