consistency

This commit is contained in:
Mark McGranaghan 2012-10-09 11:11:05 -07:00
parent 6488310201
commit cdcf8eaaa5

View File

@ -9,7 +9,7 @@ $ go build hello-world.go
$ ls
hello-world hello-world.go
# We can then execute this binary directly.
# We can then execute the built binaries directly.
$ ./hello-world
Hello world