Commit 822da408 authored by Roger Peppe's avatar Roger Peppe

cmd/go: update go vet documentation

R=rsc, minux.ma, r
CC=golang-dev
https://golang.org/cl/10110043
parent b6e52ecf
...@@ -465,7 +465,7 @@ Usage: ...@@ -465,7 +465,7 @@ Usage:
Vet runs the Go vet command on the packages named by the import paths. 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'. For more about specifying packages, see 'go help packages'.
To run the vet tool with specific options, run 'go tool vet'. To run the vet tool with specific options, run 'go tool vet'.
......
...@@ -15,7 +15,7 @@ var cmdVet = &Command{ ...@@ -15,7 +15,7 @@ var cmdVet = &Command{
Long: ` Long: `
Vet runs the Go vet command on the packages named by the import paths. 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'. For more about specifying packages, see 'go help packages'.
To run the vet tool with specific options, run 'go tool vet'. To run the vet tool with specific options, run 'go tool vet'.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment