mirror of
https://github.com/golang/go
synced 2024-11-11 23:50:22 -07:00
cmd/go: use spaces consistently in help message
R=rsc CC=golang-dev https://golang.org/cl/5501053
This commit is contained in:
parent
8feab4d5f7
commit
43b8f68c3f
@ -169,10 +169,10 @@ Here's an example directory layout:
|
|||||||
y.go
|
y.go
|
||||||
bin/
|
bin/
|
||||||
quux (installed command)
|
quux (installed command)
|
||||||
pkg/
|
pkg/
|
||||||
linux_amd64/
|
linux_amd64/
|
||||||
foo/
|
foo/
|
||||||
bar.a (installed package object)
|
bar.a (installed package object)
|
||||||
|
|
||||||
Go searches each directory listed in GOPATH to find source code,
|
Go searches each directory listed in GOPATH to find source code,
|
||||||
but new packages are always downloaded into the first directory
|
but new packages are always downloaded into the first directory
|
||||||
|
Loading…
Reference in New Issue
Block a user