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