Adding O'Reilly's new training classes.

Jason Buberel 2015-09-02 08:12:53 -07:00
parent b7dc9077f7
commit a60de26785
2 changed files with 2 additions and 1 deletions

@ -3,8 +3,8 @@ In addition to the resources available [at golang.org](http://golang.org/doc/#le
* [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.
* [Learning to Program in Go](https://www.youtube.com/playlist?list=PLei96ZX_m9sVSEXWwZi8uwd2vqCpEm4m6), a multi-part video training class.
* [Pluralsight Classes for Go](http://www.pluralsight.com/tag/golang) - A growing collection of (paid) online classes.
* [CodeMentor.io](https://www.codementor.io/go) offers an online Go tutorial.
* [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.
* [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 walk-through of the language.
* [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)

@ -5,6 +5,7 @@ Commercial providers of Go training
* [Golang Tutorials - Sathish VJ](http://golangtutorials.blogspot.com/2011/05/table-of-contents.html) - A free online class.
* [Learn Go - Codementor.io](https://www.codementor.io/go) - Beginner level online class.
* [Learning to Program in Go - Chris Hawkes](https://www.youtube.com/playlist?list=PLei96ZX_m9sVSEXWwZi8uwd2vqCpEm4m6) - Free video tutorial for beginner Go programming.
* [O'Reilly Go Fundamentals](http://shop.oreilly.com/category/learning-path/go-fundamentals.do) - Video training series.
* [Pluralsight.com](http://www.pluralsight.com/tag/golang) - Offers 5 classes at beginner and advanced levels.