cmd/godoc: add debug subrepo meta to x handler
Change-Id: I0ba56b32dd9b53d06817f9f7e2dafff04e6a86d2 Reviewed-on: https://go-review.googlesource.com/1565 Reviewed-by: David Symonds <dsymonds@golang.org>
This commit is contained in:
parent
c7100dffc3
commit
88d370fb93
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue