From 97530abbb5d00523a2cd69a5d7dbaea232cd0ffa Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Wed, 21 Feb 2018 22:51:16 -0500 Subject: [PATCH] [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 Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot (cherry picked from commit 733d4897861a986ead19acef78641affd601ca57) Reviewed-on: https://go-review.googlesource.com/109095 Reviewed-by: Filippo Valsorda --- cmd/godoc/x.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index 13e600c7..a3508503 100644 --- a/cmd/godoc/x.go +++ b/cmd/godoc/x.go @@ -32,6 +32,7 @@ var xMap = map[string]xRepo{ "debug": {"https://go.googlesource.com/debug", "git"}, "exp": {"https://go.googlesource.com/exp", "git"}, "image": {"https://go.googlesource.com/image", "git"}, + "lint": {"https://go.googlesource.com/lint", "git"}, "mobile": {"https://go.googlesource.com/mobile", "git"}, "net": {"https://go.googlesource.com/net", "git"}, "oauth2": {"https://go.googlesource.com/oauth2", "git"}, @@ -46,6 +47,7 @@ var xMap = map[string]xRepo{ "time": {"https://go.googlesource.com/time", "git"}, "tools": {"https://go.googlesource.com/tools", "git"}, "tour": {"https://go.googlesource.com/tour", "git"}, + "vgo": {"https://go.googlesource.com/vgo", "git"}, } func init() {