From: Roger Peppe Date: Wed, 21 Dec 2011 13:25:31 +0000 (-0500) Subject: cmd/go: use spaces consistently in help message X-Git-Tag: weekly.2011-12-22~54 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=43b8f68c3f5b1f11f9e7c9488a603f4746b4dc22;p=gostls13.git cmd/go: use spaces consistently in help message R=rsc CC=golang-dev https://golang.org/cl/5501053 --- diff --git a/src/cmd/go/help.go b/src/cmd/go/help.go index 7987f7e4d2..2e8e79a471 100644 --- a/src/cmd/go/help.go +++ b/src/cmd/go/help.go @@ -169,10 +169,10 @@ Here's an example directory layout: y.go bin/ quux (installed command) - pkg/ - linux_amd64/ - foo/ - bar.a (installed package object) + pkg/ + linux_amd64/ + foo/ + bar.a (installed package object) Go searches each directory listed in GOPATH to find source code, but new packages are always downloaded into the first directory