mirror of
https://github.com/golang/go
synced 2024-11-12 03:50:21 -07:00
cmd/go: update go vet documentation
R=rsc, minux.ma, r CC=golang-dev https://golang.org/cl/10110043
This commit is contained in:
parent
b6e52ecffa
commit
822da40814
@ -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'.
|
||||
|
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user