]> Cypherpunks repositories - gostls13.git/commitdiff
tutorial: update go_tutorial.txt
authorRob Pike <r@golang.org>
Tue, 18 Jan 2011 19:07:02 +0000 (11:07 -0800)
committerRob Pike <r@golang.org>
Tue, 18 Jan 2011 19:07:02 +0000 (11:07 -0800)
should have been included in last CL; no idea why it was not

R=brainman
CC=golang-dev
https://golang.org/cl/4005043

doc/go_tutorial.txt

index 9c08bd278c64e117f39dcc15933d018a03417342..bf07330a8715faa6ea4cd2093dd3c61084f652ea 100644 (file)
@@ -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