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

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