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"},