Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
822da408
Commit
822da408
authored
Jun 07, 2013
by
Roger Peppe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/go: update go vet documentation
R=rsc, minux.ma, r CC=golang-dev
https://golang.org/cl/10110043
parent
b6e52ecf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/cmd/go/doc.go
src/cmd/go/doc.go
+1
-1
src/cmd/go/vet.go
src/cmd/go/vet.go
+1
-1
No files found.
src/cmd/go/doc.go
View file @
822da408
...
...
@@ -465,7 +465,7 @@ Usage:
Vet runs the Go vet command on the packages named by the import paths.
For more about vet, see 'godoc vet'.
For more about vet, see 'godoc
code.google.com/p/go.tools/cmd/
vet'.
For more about specifying packages, see 'go help packages'.
To run the vet tool with specific options, run 'go tool vet'.
...
...
src/cmd/go/vet.go
View file @
822da408
...
...
@@ -15,7 +15,7 @@ var cmdVet = &Command{
Long
:
`
Vet runs the Go vet command on the packages named by the import paths.
For more about vet, see 'godoc vet'.
For more about vet, see 'godoc
code.google.com/p/go.tools/cmd/
vet'.
For more about specifying packages, see 'go help packages'.
To run the vet tool with specific options, run 'go tool vet'.
...
...
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