cmd/golangorg: add x/mod repo to redirect map

Updates #31761

Change-Id: Ie98bad27f490b282948a5821bf3b191def7ae7b8
Reviewed-on: https://go-review.googlesource.com/c/website/+/176559
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Andrew 2019-05-10 17:09:46 +00:00 коммит произвёл Andrew Bonventre
Родитель ee561689b9
Коммит 59066758e3
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -34,6 +34,7 @@ var xMap = map[string]xRepo{
"image": {"https://go.googlesource.com/image", "git"},
"lint": {"https://go.googlesource.com/lint", "git"}, // Not included at https://golang.org/pkg/#subrepo.
"mobile": {"https://go.googlesource.com/mobile", "git"},
"mod": {"https://go.googlesource.com/mod", "git"},
"net": {"https://go.googlesource.com/net", "git"},
"oauth2": {"https://go.googlesource.com/oauth2", "git"}, // Not included at https://golang.org/pkg/#subrepo.
"perf": {"https://go.googlesource.com/perf", "git"},