aboutsummaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-10-03 15:07:29 +1000
committerAndrew Gerrand <adg@golang.org>2013-10-03 15:07:29 +1000
commit228e3cbbaa01bc2499ca20d9566733175097e24c (patch)
treee129d9eadec583d9ba01bec460537dce8e653e56 /blog
parent3a3a7657825036bba3803df3a95cfc1996bf59ef (diff)
downloadgolang-x-tools-228e3cbbaa01bc2499ca20d9566733175097e24c.tar.gz
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
Diffstat (limited to 'blog')
-rw-r--r--blog/blog.go2
1 files changed, 0 insertions, 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_.]*$`)