Minor whitespace, README update.
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
2
hello.go
2
hello.go
@ -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())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user