[release-branch.go1.7] cmd/godoc: add perf subrepo
For golang/go#14304. Change-Id: Ia90193d3a9ad027231f977ffa6b66cf60ea40683 Reviewed-on: https://go-review.googlesource.com/34615 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-on: https://go-review.googlesource.com/34661
This commit is contained in:
parent
26c35b4dcf
commit
46af848339
|
@ -35,6 +35,7 @@ var xMap = map[string]xRepo{
|
||||||
"mobile": {"https://go.googlesource.com/mobile", "git"},
|
"mobile": {"https://go.googlesource.com/mobile", "git"},
|
||||||
"net": {"https://go.googlesource.com/net", "git"},
|
"net": {"https://go.googlesource.com/net", "git"},
|
||||||
"oauth2": {"https://go.googlesource.com/oauth2", "git"},
|
"oauth2": {"https://go.googlesource.com/oauth2", "git"},
|
||||||
|
"perf": {"https://go.googlesource.com/perf", "git"},
|
||||||
"playground": {"https://go.googlesource.com/playground", "git"},
|
"playground": {"https://go.googlesource.com/playground", "git"},
|
||||||
"review": {"https://go.googlesource.com/review", "git"},
|
"review": {"https://go.googlesource.com/review", "git"},
|
||||||
"sync": {"https://go.googlesource.com/sync", "git"},
|
"sync": {"https://go.googlesource.com/sync", "git"},
|
||||||
|
|
Loading…
Reference in New Issue