From: Rob Pike Date: Tue, 18 Jan 2011 19:07:02 +0000 (-0800) Subject: tutorial: update go_tutorial.txt X-Git-Tag: weekly.2011-01-19~42 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eaade07d6318bf59948b89bdead4ad07882df477;p=gostls13.git 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 --- 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