From 513c731aab546b4628168d772550499740fe9dd2 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 1 Sep 2015 12:56:40 +1000 Subject: [PATCH] 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 --- cmd/godoc/x.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index b4af41a5..4544b050 100644 --- a/cmd/godoc/x.go +++ b/cmd/godoc/x.go @@ -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"},