From: Andrew Gerrand
Date: Wed, 13 Jun 2012 00:33:02 +0000 (+1000)
Subject: doc/install: mention GOPATH and point to code.html
X-Git-Tag: go1.1rc2~2941
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9115a8bca4d10be0aa4b7ae754dc24988867c4a9;p=gostls13.git
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
---
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.
+
diff --git a/doc/install.html b/doc/install.html
index b856836ff9..ae5bffab18 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -227,15 +227,17 @@ hello, world
If you see the "hello, world" message then your Go installation is working.
-What's next
+Set up your work environment
-Start by taking A Tour of Go.
+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
+
-For more detail about the process of building and testing Go programs
-read How to Write Go Code.
+Start by taking A Tour of Go.