Adding the Go Bridge to learning resources.

Jason Buberel 2015-08-23 11:24:40 -07:00
parent bfc0f3f11d
commit f4c1c743e1
2 changed files with 3 additions and 0 deletions

@ -50,6 +50,7 @@ Ready to write some Go code of your own? Here are a few links to help you get s
Once you have an overview of the language, here are resources you can use to learn more about the language.
- [Learning Go](Learn) - A collection of resources for learning Go - beginner to advanced.
- [The Go Bridge Foundry](https://github.com/gobridge) - A memeber of the [Bridge Foundry](http://bridgefoundry.org/) family, offering a complete set of free Go training materials with the goal of bringing Go to underrepresented communities.
- [More on concurrency](LearnConcurrency)
- [More on error handline](LearnErrorHandling)
- [More on server programming](LearnServerProgramming)

@ -1,7 +1,9 @@
In addition to the resources available [at golang.org](http://golang.org/doc/#learning) there are a range of community-driven initiatives:
* [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 underrepresented 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.
* [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.