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:
parent
3a3a765782
commit
228e3cbbaa
@ -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_.]*$`)
|
||||
|
Loading…
Reference in New Issue
Block a user