diff --git a/Home.md b/Home.md index 23d70675..f25532c4 100644 --- a/Home.md +++ b/Home.md @@ -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) diff --git a/Learn.md b/Learn.md index 5085ff9d..b0f96181 100644 --- a/Learn.md +++ b/Learn.md @@ -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: