From eaade07d6318bf59948b89bdead4ad07882df477 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 18 Jan 2011 11:07:02 -0800 Subject: [PATCH] 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 --- doc/go_tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_tutorial.txt b/doc/go_tutorial.txt index 9c08bd278c6..bf07330a871 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