From 88d370fb935d52692cd4cf13db505b8da4f20e66 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 15 Dec 2014 15:37:18 +1100 Subject: [PATCH] cmd/godoc: add debug subrepo meta to x handler Change-Id: I0ba56b32dd9b53d06817f9f7e2dafff04e6a86d2 Reviewed-on: https://go-review.googlesource.com/1565 Reviewed-by: David Symonds --- cmd/godoc/x.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index f1d4f354..e6e2e1e1 100644 --- a/cmd/godoc/x.go +++ b/cmd/godoc/x.go @@ -27,6 +27,7 @@ var xMap = map[string]xRepo{ "benchmarks": {"https://go.googlesource.com/benchmarks", "git"}, "blog": {"https://go.googlesource.com/blog", "git"}, "crypto": {"https://go.googlesource.com/crypto", "git"}, + "debug": {"https://go.googlesource.com/debug", "git"}, "exp": {"https://go.googlesource.com/exp", "git"}, "image": {"https://go.googlesource.com/image", "git"}, "mobile": {"https://go.googlesource.com/mobile", "git"},