doc/docs.html | 10 ++++++++++ doc/install.html | 3 ++- doc/root.html | 7 +++++-- diff --git a/doc/docs.html b/doc/docs.html index 7bc5c77d8e163525f1df8a16ae483d3aa586a280..a86d1714e54a4e4c57902cdab8b8168387930cca 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -16,6 +16,16 @@ Effective Go will help you learn the style and idioms of programming in Go.

+

A Tour of Go

+

+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. +

+

A Tutorial for the Go Programming Language

The first tutorial. An introductory text that touches upon several core diff --git a/doc/install.html b/doc/install.html index a1bc89982457d0ef240f5b54d66237e72b65252d..c47f9218bdab98628f416366c49467487ff3e996 100644 --- a/doc/install.html +++ b/doc/install.html @@ -257,7 +257,8 @@

What's next

-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 8d76928c81fdb670c592435ff661256754ccd55e..2d9a8979ba9dd6130046e9ae20754da16004a5f1 100644 --- a/doc/root.html +++ b/doc/root.html @@ -49,10 +49,13 @@ convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

-

Check it out!

+

+ Get started now with + A Tour of Go. +

[How does this work?]
- Install Go now, or try it right here in your browser:

+ Or try it right here in your browser: