whitespace

This commit is contained in:
Mark McGranaghan 2012-10-07 01:58:01 -04:00
parent 033fbf3b61
commit 6a86caec6d

View File

@ -3,7 +3,7 @@
$ go run hello-world.go
Hello world
# The `go run example.go` approach is a great way to
# The `go run example.go` approach is a great way to
# experiment with Go examples, and we'll use it heavily
# throughout this book.