Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
43b8f68c
Commit
43b8f68c
authored
Dec 21, 2011
by
Roger Peppe
Committed by
Russ Cox
Dec 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/go: use spaces consistently in help message
R=rsc CC=golang-dev
https://golang.org/cl/5501053
parent
8feab4d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
help.go
src/cmd/go/help.go
+4
-4
No files found.
src/cmd/go/help.go
View file @
43b8f68c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment