From 228e3cbbaa01bc2499ca20d9566733175097e24c Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 3 Oct 2013 15:07:29 +1000 Subject: [PATCH] go.tools/blog: remove playground package import This is the responsibility of the godoc or blog binary, not the blog package. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/14323043 --- blog/blog.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/blog/blog.go b/blog/blog.go index 6a1e29b22..848f572ee 100644 --- a/blog/blog.go +++ b/blog/blog.go @@ -22,8 +22,6 @@ import ( "code.google.com/p/go.tools/blog/atom" "code.google.com/p/go.tools/present" - - _ "code.google.com/p/go.tools/playground" ) var validJSONPFunc = regexp.MustCompile(`(?i)^[a-z_][a-z0-9_.]*$`)