1
0
mirror of https://github.com/golang/go synced 2024-11-05 11:36:10 -07:00

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
This commit is contained in:
Andrew Gerrand 2013-10-03 15:07:29 +10:00
parent 3a3a765782
commit 228e3cbbaa

View File

@ -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_.]*$`)