1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:08:36 -06: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:
Andrew Gerrand 2015-01-06 13:03:54 +11:00
parent 0ff6678340
commit c836fe615a

View File

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