]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: update go vet documentation
authorRoger Peppe <rogpeppe@gmail.com>
Fri, 7 Jun 2013 18:01:07 +0000 (19:01 +0100)
committerRoger Peppe <rogpeppe@gmail.com>
Fri, 7 Jun 2013 18:01:07 +0000 (19:01 +0100)
R=rsc, minux.ma, r
CC=golang-dev
https://golang.org/cl/10110043

src/cmd/go/doc.go
src/cmd/go/vet.go

index e0d8946bb67fdcaf1f4b70545c8663bf42388191..52bb4f1d45fffe684eeeeaaed0b3b39c5e07f4d7 100644 (file)
@@ -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'.
index 503e16362c248172696d1b9b09f8570fefec78b4..ffb4318373bcc374d971b4235b0bf0e8fc8066ef 100644 (file)
@@ -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'.