[release-branch.go1.11] cmd/godoc: add x/xerrors redirect
Change-Id: I367caa5f8c90e53768b07427248ed2bcc83a58e3
Reviewed-on: https://go-review.googlesource.com/c/159739
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
(cherry picked from commit d66bd3c5d5
)
Reviewed-on: https://go-review.googlesource.com/c/159740
Run-TryBot: Andrew Bonventre <andybons@golang.org>
This commit is contained in:
parent
2646b7dc2e
commit
b57c288cf0
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue