From: Rob Pike
-Slides from a 3-day course about the Go programming language. -A more thorough introduction than the tutorial. -
-A document that gives tips for writing clear, idiomatic Go code. diff --git a/doc/go_tutorial.html b/doc/go_tutorial.html index f7e4e7b821..d97ebe8ba4 100644 --- a/doc/go_tutorial.html +++ b/doc/go_tutorial.html @@ -15,11 +15,8 @@ After you've read this tutorial, you should look at Effective Go, which digs deeper into how the language is used and talks about the style and idioms of programming in Go. -Also, slides from a 3-day course about Go are available. -They provide some background and a lot of examples: -Day 1, -Day 2, -Day 3. +An interactive introduction to Go is available, called +A Tour of Go.
The presentation here proceeds through a series of modest programs to illustrate key features of the language. All the programs work (at time of writing) and are diff --git a/doc/go_tutorial.tmpl b/doc/go_tutorial.tmpl index b07a198404..ff3057b6ef 100644 --- a/doc/go_tutorial.tmpl +++ b/doc/go_tutorial.tmpl @@ -11,11 +11,8 @@ After you've read this tutorial, you should look at Effective Go, which digs deeper into how the language is used and talks about the style and idioms of programming in Go. -Also, slides from a 3-day course about Go are available. -They provide some background and a lot of examples: -Day 1, -Day 2, -Day 3. +An interactive introduction to Go is available, called +A Tour of Go.
The presentation here proceeds through a series of modest programs to illustrate key features of the language. All the programs work (at time of writing) and are