mirror of
https://github.com/golang/go
synced 2024-11-05 14:56:10 -07:00
cmd/godoc: add golang.org/x/playground custom import path
Change-Id: Ic399dbf8a77e7c61ba8be263515b13a6b488b4e9 Reviewed-on: https://go-review.googlesource.com/2309 Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
0ff6678340
commit
c836fe615a
@ -33,6 +33,7 @@ var xMap = map[string]xRepo{
|
||||
"mobile": {"https://go.googlesource.com/mobile", "git"},
|
||||
"net": {"https://go.googlesource.com/net", "git"},
|
||||
"oauth2": {"https://go.googlesource.com/oauth2", "git"},
|
||||
"playground": {"https://go.googlesource.com/playground", "git"},
|
||||
"review": {"https://go.googlesource.com/review", "git"},
|
||||
"sys": {"https://go.googlesource.com/sys", "git"},
|
||||
"talks": {"https://go.googlesource.com/talks", "git"},
|
||||
|
Loading…
Reference in New Issue
Block a user