]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: use spaces consistently in help message
authorRoger Peppe <rogpeppe@gmail.com>
Wed, 21 Dec 2011 13:25:31 +0000 (08:25 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 21 Dec 2011 13:25:31 +0000 (08:25 -0500)
R=rsc
CC=golang-dev
https://golang.org/cl/5501053

src/cmd/go/help.go

index 7987f7e4d227415f99d7bf16ed340934d166cc1f..2e8e79a47127a11e6343fb02c305052338c9177d 100644 (file)
@@ -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