cmd/godoc: add x/arch repo to list

Fixes golang/go#12393

Change-Id: I0b56c36dec11a6c2fddcc092867f24701815dce3
Reviewed-on: https://go-review.googlesource.com/14145
Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
Andrew Gerrand 2015-09-01 12:56:40 +10:00
parent afcda55b39
commit 513c731aab
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ type xRepo struct {
var xMap = map[string]xRepo{
"codereview": {"https://code.google.com/p/go.codereview", "hg"},
"arch": {"https://go.googlesource.com/arch", "git"},
"benchmarks": {"https://go.googlesource.com/benchmarks", "git"},
"blog": {"https://go.googlesource.com/blog", "git"},
"build": {"https://go.googlesource.com/build", "git"},