From c836fe615a448dbf9ff5448c1aa657479a0d0aeb Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 6 Jan 2015 13:03:54 +1100 Subject: [PATCH] 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 --- cmd/godoc/x.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index e6e2e1e155..0815152d72 100644 --- a/cmd/godoc/x.go +++ b/cmd/godoc/x.go @@ -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"},