From 9115a8bca4d10be0aa4b7ae754dc24988867c4a9 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 13 Jun 2012 10:33:02 +1000 Subject: [PATCH] doc/install: mention GOPATH and point to code.html Fixes #3469. R=golang-dev, kevlar, rsc, r CC=golang-dev https://golang.org/cl/6304049 --- doc/install-source.html | 6 ++++++ doc/install.html | 12 +++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/doc/install-source.html b/doc/install-source.html index 87c187ba8e..721d28b9ea 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 b856836ff9..ae5bffab18 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.