diff --git a/doc/docs.html b/doc/docs.html index 7eb3a3ad263..1ccd1f3fe71 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -40,7 +40,13 @@ 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. +install it locally with: +
++
+$ go get golang.org/x/tour/gotour ++This will place the
gotour
binary in your workspace's bin
directory.