diff --git a/cmd/present/appengine.go b/cmd/present/appengine.go index 36661198..1e39ce1d 100644 --- a/cmd/present/appengine.go +++ b/cmd/present/appengine.go @@ -10,8 +10,6 @@ import ( "mime" "golang.org/x/tools/present" - - _ "golang.org/x/tools/playground" ) func init() { diff --git a/cmd/present/play_http.go b/cmd/present/play_http.go index b4fa4fcf..02e7314d 100644 --- a/cmd/present/play_http.go +++ b/cmd/present/play_http.go @@ -10,6 +10,8 @@ import ( "net/url" "golang.org/x/tools/present" + + _ "golang.org/x/tools/playground" ) func initPlayground(basepath string, origin *url.URL) {