Skip to content

Commit

Permalink
cmd/go: update go vet documentation
Browse files Browse the repository at this point in the history
R=rsc, minux.ma, r
CC=golang-dev
https://golang.org/cl/10110043
  • Loading branch information
rogpeppe committed Jun 7, 2013
1 parent b6e52ec commit 822da40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cmd/go/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/go/vet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 822da40

Please sign in to comment.