From 64883102011b3528485d62b5038f7161172c778a Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 11:08:56 -0700 Subject: [PATCH] explain --- src/hello-world/hello-world.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hello-world/hello-world.go b/src/hello-world/hello-world.go index 3761367..e5899a8 100644 --- a/src/hello-world/hello-world.go +++ b/src/hello-world/hello-world.go @@ -1,7 +1,7 @@ // ## Hello World -// Our first program prints the classic "Hello world"` -// message. +// Our first program will print the classic "Hello world"` +// message. Here's the full source code. package main import "fmt"