From d66bd3c5d5a61998d3e35797d266491d11b5e487 Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Fri, 25 Jan 2019 18:07:50 -0500 Subject: [PATCH] cmd/godoc: add x/xerrors redirect Change-Id: I367caa5f8c90e53768b07427248ed2bcc83a58e3 Reviewed-on: https://go-review.googlesource.com/c/159739 Reviewed-by: Dmitri Shuralyov --- cmd/godoc/x.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index be144830..3d624ca0 100644 --- a/cmd/godoc/x.go +++ b/cmd/godoc/x.go @@ -49,6 +49,7 @@ var xMap = map[string]xRepo{ "tour": {"https://go.googlesource.com/tour", "git"}, "vgo": {"https://go.googlesource.com/vgo", "git"}, // Not included at https://golang.org/pkg/#subrepo. "website": {"https://go.googlesource.com/website", "git"}, // Not included at https://golang.org/pkg/#subrepo. + "xerrors": {"https://go.googlesource.com/xerrors", "git"}, // Not included at https://golang.org/pkg/#subrepo. } func init() {