Moving GoBridge to the learning section.

Jason Buberel 2015-09-13 08:12:14 -07:00
parent 4130ec4d06
commit ed08568284
2 changed files with 1 additions and 2 deletions

@ -57,7 +57,6 @@ Once you have an overview of the language, here are resources you can use to lea
- [Learning Go](Learn) - A collection of resources for learning Go - beginner to advanced.
- [Best Practices for a New Go Developer](https://medium.com/@IndianGuru/best-practices-for-a-new-go-developer-8660384302fc) - Insights from Go community members.
- [Server programming](LearnServerProgramming) - Building web, mobile, and API servers.
- [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.
- [More on concurrency](LearnConcurrency)
- [More on error handling](LearnErrorHandling)
- [More on testing](LearnTesting)

@ -11,7 +11,7 @@ In addition to the resources available [at golang.org](http://golang.org/doc/#le
* [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
* [GoingGo.net](http://www.goinggo.net/) - A collection of videos and articles for learning Go.
* [Golang Tutorials](http://golangtutorials.blogspot.com/2011/05/table-of-contents.html) - A free online class.
* [Golang Challenge](http://golang-challenge.com/) - Monthly code competions to improve your Go skills.
* [Golang Challenge](http://golang-challenge.com/) - Monthly code competions to improve your Go skills.
* 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)
Learning resources for specific topics: