-
Notifications
You must be signed in to change notification settings - Fork 0
Learn
Framework Training edited this page Feb 19, 2015
·
30 revisions
In addition to the resources available at golang.org there are a range of community-driven initiatives:
- Go By Example provides a series of annotated code snippets.
- Learn Go in Y minutes is a top-to-bottom walkthrough of the language.
- Free Go Language Workshop Framework Training is running regular free BYOD workshops in London, UK
Learning resources for specific topics:
- LearnConcurrency outlines a course of study of Go's concurrency model and patterns.
- LearnErrorHandling links to resources about error handling in Go.
- LearnTesting links to resources about testing in Go.
- LearnServerProgramming links to resources about server programming in Go.
- Home
- Getting started with Go
- Working with Go
- Learning more about Go
- The Go Community
- Using the Go toolchain
- Additional Go Programming Wikis
- Online Services that work with Go
- Troubleshooting Go Programs in Production
- Contributing to the Go Project
- Platform Specific Information
- Release Specific Information