From 29abac66c4f7cfa2344a3bf0ebf0ad8086c9c461 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Mon, 1 Oct 2012 14:25:44 -0700 Subject: [PATCH] fix --- src/001-hello-world/hello-world.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/001-hello-world/hello-world.sh b/src/001-hello-world/hello-world.sh index d03bb1f..9717c61 100644 --- a/src/001-hello-world/hello-world.sh +++ b/src/001-hello-world/hello-world.sh @@ -1,4 +1,4 @@ -# To run the program, but the code in `hello-world.go` and +# To run the program, put the code in `hello-world.go` and # use `go run`. $ go run hello-world.go Hello world