go.tools/cmd/godoc: add redirects for godoc, vet, and gotest
R=golang-dev, r CC=golang-dev https://golang.org/cl/13709046
This commit is contained in:
parent
4acd602bea
commit
dceff279d0
|
|
@ -120,6 +120,7 @@ var cmdRedirects = map[string]string{
|
||||||
"gofix": "fix",
|
"gofix": "fix",
|
||||||
"goinstall": "go",
|
"goinstall": "go",
|
||||||
"gopack": "pack",
|
"gopack": "pack",
|
||||||
|
"gotest": "go",
|
||||||
"govet": "vet",
|
"govet": "vet",
|
||||||
"goyacc": "yacc",
|
"goyacc": "yacc",
|
||||||
}
|
}
|
||||||
|
|
@ -129,6 +130,8 @@ var redirects = map[string]string{
|
||||||
"/build": "http://build.golang.org",
|
"/build": "http://build.golang.org",
|
||||||
"/change": "https://code.google.com/p/go/source/list",
|
"/change": "https://code.google.com/p/go/source/list",
|
||||||
"/cl": "https://gocodereview.appspot.com/",
|
"/cl": "https://gocodereview.appspot.com/",
|
||||||
|
"/cmd/godoc/": "http://godoc.org/code.google.com/p/go.tools/cmd/godoc/",
|
||||||
|
"/cmd/vet/": "http://godoc.org/code.google.com/p/go.tools/cmd/vet/",
|
||||||
"/issue": "https://code.google.com/p/go/issues",
|
"/issue": "https://code.google.com/p/go/issues",
|
||||||
"/issue/new": "https://code.google.com/p/go/issues/entry",
|
"/issue/new": "https://code.google.com/p/go/issues/entry",
|
||||||
"/issues": "https://code.google.com/p/go/issues",
|
"/issues": "https://code.google.com/p/go/issues",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue