diff --git a/doc/install-source.html b/doc/install-source.html index 87c187ba8e2..721d28b9ea0 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -218,6 +218,12 @@ hello, world If you see the "hello, world" message then Go is installed correctly.
++The document How to Write Go Code explains how to +set up a work environment in which to build and test Go code. +
+The document How to Write Go Code explains how to +set up a work environment in which to build and test Go code. +
+Start by taking A Tour of Go.
--For more detail about the process of building and testing Go programs -read How to Write Go Code. -
-Build a web application by following the Wiki Tutorial.