From 0606feeea7a745fd28909f7b729043ea344d0b29 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 20 Sep 2012 19:13:58 -0700 Subject: [PATCH] less --- src/01-hello.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/01-hello.go b/src/01-hello.go index 045cbec..48c070f 100644 --- a/src/01-hello.go +++ b/src/01-hello.go @@ -9,6 +9,6 @@ func main() { } /* -$ go run 01-hello.go // Use `go run` to run the program. +$ go run 01-hello.go // Use `go run` to run it. Hello world */