1
0
mirror of https://github.com/golang/go synced 2024-09-24 07:20:14 -06:00

cmd/go: use spaces consistently in help message

R=rsc
CC=golang-dev
https://golang.org/cl/5501053
This commit is contained in:
Roger Peppe 2011-12-21 08:25:31 -05:00 committed by Russ Cox
parent 8feab4d5f7
commit 43b8f68c3f

View 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