mirror of
https://github.com/golang/go
synced 2024-11-05 14:46:11 -07:00
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>
This commit is contained in:
parent
c6da36ac37
commit
908849c337
@ -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
Block a user