From 43b8f68c3f5b1f11f9e7c9488a603f4746b4dc22 Mon Sep 17 00:00:00 2001 From: Roger Peppe Date: Wed, 21 Dec 2011 08:25:31 -0500 Subject: [PATCH] cmd/go: use spaces consistently in help message R=rsc CC=golang-dev https://golang.org/cl/5501053 --- src/cmd/go/help.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.48.1