From decd76f19d9e6019153ffb1734a8338009efe513 Mon Sep 17 00:00:00 2001 From: Laramie Leavitt Date: Mon, 21 Mar 2016 16:58:04 -0700 Subject: [PATCH] Minor whitespace, README update. --- README.md | 1 - hello.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cb94d90..a60c884 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ $ git submodule foreach git pull origin master $ bazel run :hello -$ bazel run :local $ bazel run :remote $ bazel run :bare diff --git a/hello.go b/hello.go index 78f4855..1ab93d5 100644 --- a/hello.go +++ b/hello.go @@ -9,5 +9,5 @@ import ( func main() { fmt.Println("Hello World") - fmt.Println("Hello ", local.World()) + fmt.Println("Hello", local.World()) }