cmd/godoc: remove obsolete vet redirect
The vet command has been moved back to the core repo. Fixes golang/go#12088 Change-Id: I26e5ed6a8c7915af1cf96db4c3a16a2e812ab394 Reviewed-on: https://go-review.googlesource.com/13460 Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
d02228d185
commit
b8e61d42ca
|
@ -93,7 +93,6 @@ var redirects = map[string]string{
|
|||
"/change": "https://go.googlesource.com/go",
|
||||
"/cl": "https://go-review.googlesource.com",
|
||||
"/cmd/godoc/": "http://godoc.org/golang.org/x/tools/cmd/godoc/",
|
||||
"/cmd/vet/": "http://godoc.org/golang.org/x/tools/cmd/vet/",
|
||||
"/issue": "https://github.com/golang/go/issues",
|
||||
"/issue/new": "https://github.com/golang/go/issues/new",
|
||||
"/issues": "https://github.com/golang/go/issues",
|
||||
|
|
Loading…
Reference in New Issue