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:
parent
afcda55b39
commit
513c731aab
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue