github.com/spotify/syslog-redirector-golang@v0.0.0-20140320174030-4859f03d829a/blog/content/learn-go-from-your-browser.article (about) 1 Learn Go from your browser 2 4 Oct 2011 3 Tags: playground, tour 4 5 Andrew Gerrand 6 7 * Introduction 8 9 We are excited to announce [[http://go-tour.appspot.com/][A Tour of Go]], a guided tour of the Go programming language you can run from your browser. 10 11 The tour is hands-on, demonstrating the language through code samples that you can modify, compile, and run from the tour itself. (The technology behind the [[http://golang.org/doc/play/][Go Playground]] does the work.) 12 13 The tour has three sections. The first section covers basic syntax and data structures; the second discusses methods and interfaces; and the third introduces Go's concurrency primitives. Each section concludes with a few exercises so you can practice what you've learned. 14 15 So, what are you waiting for? [[http://go-tour.appspot.com/][Get started now!]]