Skip to content

Commit 97530ab

Browse files
committed
[release-branch.go1.10] cmd/godoc: add x/lint and x/vgo redirects
Update golang/go#25048 Change-Id: I6e21f167091338600c2a0a37411b0a565d27ce36 Reviewed-on: https://go-review.googlesource.com/96196 Run-TryBot: Andrew Bonventre <andybons@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> (cherry picked from commit 733d489) Reviewed-on: https://go-review.googlesource.com/109095 Reviewed-by: Filippo Valsorda <filippo@golang.org>
1 parent bd7f39a commit 97530ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/godoc/x.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ var xMap = map[string]xRepo{
3232
"debug": {"https://go.googlesource.com/debug", "git"},
3333
"exp": {"https://go.googlesource.com/exp", "git"},
3434
"image": {"https://go.googlesource.com/image", "git"},
35+
"lint": {"https://go.googlesource.com/lint", "git"},
3536
"mobile": {"https://go.googlesource.com/mobile", "git"},
3637
"net": {"https://go.googlesource.com/net", "git"},
3738
"oauth2": {"https://go.googlesource.com/oauth2", "git"},
@@ -46,6 +47,7 @@ var xMap = map[string]xRepo{
4647
"time": {"https://go.googlesource.com/time", "git"},
4748
"tools": {"https://go.googlesource.com/tools", "git"},
4849
"tour": {"https://go.googlesource.com/tour", "git"},
50+
"vgo": {"https://go.googlesource.com/vgo", "git"},
4951
}
5052

5153
func init() {

0 commit comments

Comments
 (0)