Minor whitespace, README update.

This commit is contained in:
Laramie Leavitt
2016-03-21 16:58:04 -07:00
parent dad6f57d6d
commit decd76f19d
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ $ git submodule foreach git pull origin master
$ bazel run :hello $ bazel run :hello
$ bazel run :local
$ bazel run :remote $ bazel run :remote
$ bazel run :bare $ bazel run :bare

View File

@ -9,5 +9,5 @@ import (
func main() { func main() {
fmt.Println("Hello World") fmt.Println("Hello World")
fmt.Println("Hello ", local.World()) fmt.Println("Hello", local.World())
} }