blob: f91ad36fa73857c8319f402c6334ecba597f268d [file] [log] [blame] [view]
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001In addition to the resources available [at golang.org](http://golang.org/doc/#learning) there are a range of community-driven initiatives:
2
Jason Buberel6e44ada2015-09-21 18:00:26 -07003 * [The Little Go Book](http://openmymind.net/The-Little-Go-Book/)
Jason Buberelca37ce22015-10-09 11:17:28 -07004 * [Exercism.io - Go](http://exercism.io/languages/go) - Online code exercises for Go for practice and mentorship.
Sasha Varlamova2c714c2018-11-16 12:50:50 -08005 * [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
Jason Buberel3b6f94a2015-09-19 11:36:47 -07006 * [Learn Go in an Hour - Video](https://www.youtube.com/watch?v=CF9S4QZuV30) _2015-02-15_
Jason Buberel6c3bd9e2015-08-23 11:04:43 -07007 * [Learning to Program in Go](https://www.youtube.com/playlist?list=PLei96ZX_m9sVSEXWwZi8uwd2vqCpEm4m6), a multi-part video training class.
Omar Khawaja64512b62019-01-09 17:00:04 -05008 * [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests/) - An introduction to Go using a TDD approach.
Jason Buberel6c3bd9e2015-08-23 11:04:43 -07009 * [Pluralsight Classes for Go](http://www.pluralsight.com/tag/golang) - A growing collection of (paid) online classes.
10 * [Ardan Labs Training](https://www.ardanlabs.com/) - Commercial, live instruction for Go programming.
Jason Buberela60de262015-09-02 08:12:53 -070011 * [O'Reilly Go Fundamentals](http://shop.oreilly.com/category/learning-path/go-fundamentals.do) - Video learning path for Go programming.
Sameer Ajmanicdf53552015-01-09 13:51:20 -050012 * [Go By Example](http://gobyexample.com/) provides a series of annotated code snippets.
Jason Buberel7e6cbc32015-08-30 08:32:46 -070013 * [Learn Go in Y minutes](http://learnxinyminutes.com/docs/go/) is a top-to-bottom walk-through of the language.
Jason Buberelca37ce22015-10-09 11:17:28 -070014 * [Workshop-Go](https://github.com/sendwithus/workshop-go) - Startup Slam Go Workshop - examples and slides.
15 * [Go Fragments](http://www.gofragments.net/) - A collection of annotated Go code examples.
Jason Buberel88fe84a2015-08-30 12:53:00 -070016 * [50 Shades of Go: Traps, Gotchas, Common Mistakes for New Golang Devs](http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/index.html)
Framework Training82cb4192015-02-19 12:27:03 +000017 * [Free Go Language Workshop](https://www.frameworktraining.co.uk/go-language-free-training-workshop/) Framework Training is running regular free BYOD workshops in London, UK
Jason Buberel6c3bd9e2015-08-23 11:04:43 -070018 * [GoingGo.net](http://www.goinggo.net/) - A collection of videos and articles for learning Go.
19 * [Golang Tutorials](http://golangtutorials.blogspot.com/2011/05/table-of-contents.html) - A free online class.
Anand Chitipothu93337702016-05-25 14:05:38 +053020 * Rob Pike's 2011 three day course - [Day 1](http://go.googlecode.com/hg-history/release-branch.r60/doc/GoCourseDay1.pdf), [Day 2](http://go.googlecode.com/hg-history/release-branch.r60/doc/GoCourseDay2.pdf), [Day 3](http://go.googlecode.com/hg-history/release-branch.r60/doc/GoCourseDay3.pdf) (*links are broken*, use the archived links from the wayback machine. [Day 1][wbday1], [Day 2][wbday2], [Day 3][wbday3])
Jason Buberel6e44ada2015-09-21 18:00:26 -070021 * [The Go Bridge Foundry](https://github.com/gobridge) - A member of the [Bridge Foundry](http://bridgefoundry.org/) family, offering a complete set of free Go training materials with the goal of bringing Go to under-served communities.
golangbot5bdec922017-06-21 11:03:28 +053022* [Golangbot](https://golangbot.com/learn-golang-series/) - Tutorials to get started with programming in Go.
Christoph Berger9f272a22017-10-19 16:49:18 +020023* [Master Go](https://appliedgo.com/p/mastergo/) - A paid online video course on Go for developers
24* [Learn to Create Web Applications using Go](https://www.usegolang.com/) - A paid online video course and book about Web programming with Go
Inanc Gumusb94c66c2017-11-12 00:23:37 +020025* [Learn Go Programming](https://blog.learngoprogramming.com) - Weekly visual and concise tutorials for programming in Go.
Christoph Berger3d75dae2017-11-23 21:55:12 +010026* [Gophercises](https://gophercises.com/) - coding exercises for budding gophers
Stefan Nilssonb37762a2018-01-26 20:43:56 +010027* [Algorithms to Go](http://yourbasic.org/) - Texts about algorithms and Go, with plenty of code examples.
Jack Mott81b80cc2018-01-31 11:00:03 -060028* [Games With Go](http://gameswithgo.org/) - Video series teaching programming fundamentals with game related projects.
Ashish Gupta73a26552018-02-03 23:59:15 +053029* [Go Language Tutorials](https://www.cybrhome.com/topic/go-language-tutorials) - List of popular sites, blogs and tutorials for learning Go language.
Elliot Forbese2f71ae2018-08-22 09:11:44 +010030* [Golang Development Video Course](https://www.youtube.com/playlist?list=PLzUGFf4GhXBL4GHXVcMMvzgtO8-WEJIoY) - A growing list of videos focused purely on Go development.
Inanc Gumus471ae6a2018-11-08 15:22:48 +030031* [Go: The Complete Bootcamp Course](https://www.udemy.com/learn-go-the-complete-bootcamp-course-golang/?couponCode=GOWIKI) - Step by step and intuitive explanations for every aspect of Go using animations (Paid)
Elliot Forbesa0304402018-12-19 18:03:59 +000032* [Learning Golang - TutorialEdge](https://tutorialedge.net/course/golang/) - A growing list of articles and courses on the fundamentals of Go.
HunterQ36958d62019-03-27 15:44:20 +080033* [Go Discourse](https://github.com/godiscourse/godiscourse) - Another forum base on Go, without framework and ORM.
Jason Buberel6c3bd9e2015-08-23 11:04:43 -070034
Anand Chitipothu93337702016-05-25 14:05:38 +053035[wbday1]: http://web.archive.org/web/20160305024536/http://go.googlecode.com/hg-history/release-branch.r60/doc/GoCourseDay1.pdf
36[wbday2]: http://web.archive.org/web/20160305081012/http://go.googlecode.com/hg-history/release-branch.r60/doc/GoCourseDay2.pdf
37[wbday3]: http://web.archive.org/web/20160305075151/http://go.googlecode.com/hg-history/release-branch.r60/doc/GoCourseDay3.pdf
38
Sameer Ajmani0588be62015-01-09 14:07:32 -050039Learning resources for specific topics:
Sameer Ajmani01c194b2015-01-12 11:22:43 -050040 * [LearnConcurrency](LearnConcurrency) outlines a course of study of Go's concurrency model and patterns.
41 * [LearnErrorHandling](LearnErrorHandling) links to resources about error handling in Go.
42 * [LearnTesting](LearnTesting) links to resources about testing in Go.
43 * [LearnServerProgramming](LearnServerProgramming) links to resources about server programming in Go.
Saurabh Hooda60cef5e2017-07-01 13:01:27 +053044 * [Hackr.io Golang Tutorials](https://hackr.io/tutorials/learn-golang) - Best Golang tutorials recommended by the programming community.