1
0
mirror of https://github.com/golang/go synced 2024-11-21 13:34:39 -07:00

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
This commit is contained in:
Rob Pike 2011-01-18 11:07:02 -08:00
parent acd858eee0
commit eaade07d63

View File

@ -482,7 +482,7 @@ something from the directory of installed packages.
(Also, ''"file.go"'' must be compiled before we can import the (Also, ''"file.go"'' must be compiled before we can import the
package.) 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 file.go # compile file package
$ 6g helloworld3.go # compile main package $ 6g helloworld3.go # compile main package