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.

+

Set up your work environment

+ +

+The document How to Write Go Code explains how to +set up a work environment in which to build and test Go code. +

Community resources

diff --git a/doc/install.html b/doc/install.html index b856836ff9b..ae5bffab18d 100644 --- a/doc/install.html +++ b/doc/install.html @@ -227,17 +227,19 @@ hello, world If you see the "hello, world" message then your Go installation is working.

+

Set up your work environment

+ +

+The document How to Write Go Code explains how to +set up a work environment in which to build and test Go code. +

+

What's next

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.