From 6a86caec6ddc7fd00ec9c4e015daba49cfdd43ba Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sun, 7 Oct 2012 01:58:01 -0400 Subject: [PATCH] whitespace --- src/004-hello-world/hello-world.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/004-hello-world/hello-world.sh b/src/004-hello-world/hello-world.sh index 70edbe4..c6f3271 100644 --- a/src/004-hello-world/hello-world.sh +++ b/src/004-hello-world/hello-world.sh @@ -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.