From f03b37b8df4da85fd32fbcebca45cdc538732a19 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
+An interactive introduction to Go in 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. You can take the tour online or +install it locally. +
+The first tutorial. An introductory text that touches upon several core diff --git a/doc/install.html b/doc/install.html index 21a66366b6d..4b5a50b9a03 100644 --- a/doc/install.html +++ b/doc/install.html @@ -257,7 +257,8 @@ the process of building and testing Go programs.
-Start by reading the Go Tutorial. +Start by taking A Tour of Go +or reading the Go Tutorial.
diff --git a/doc/root.html b/doc/root.html index 8d76928c81f..2d9a8979ba9 100644 --- a/doc/root.html +++ b/doc/root.html @@ -49,10 +49,13 @@ google.setOnLoadCallback(loadFeed); It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
-- Install Go now, or try it right here in your browser: + Or try it right here in your browser: