aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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