aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-01-18 11:07:02 -0800
committerRob Pike <r@golang.org>2011-01-18 11:07:02 -0800
commiteaade07d6318bf59948b89bdead4ad07882df477 (patch)
treed6fad7818249591e5ce29ce2e77cbb3be59213dc
parentacd858eee024469103bce2b9a669e2e96ccbf189 (diff)
downloadgo-eaade07d6318bf59948b89bdead4ad07882df477.tar.gz
go-eaade07d6318bf59948b89bdead4ad07882df477.zip
tutorial: update go_tutorial.txt
should have been included in last CL; no idea why it was not R=brainman CC=golang-dev https://golang.org/cl/4005043
-rw-r--r--doc/go_tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_tutorial.txt b/doc/go_tutorial.txt
index 9c08bd278c..bf07330a87 100644
--- a/doc/go_tutorial.txt
+++ b/doc/go_tutorial.txt
@@ -482,7 +482,7 @@ something from the directory of installed packages.
(Also, ''"file.go"'' must be compiled before we can import the
package.)
-Now we can compile and run the program:
+Now we can compile and run the program. On Unix, this would be the result:
$ 6g file.go # compile file package
$ 6g helloworld3.go # compile main package