mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
go.tools/blog: use atom and present packages from go.tools
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/13244050
This commit is contained in:
parent
2cac03d805
commit
cc069b6297
@ -20,10 +20,10 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"code.google.com/p/go.blog/pkg/atom"
|
"code.google.com/p/go.tools/blog/atom"
|
||||||
"code.google.com/p/go.talks/pkg/present"
|
"code.google.com/p/go.tools/present"
|
||||||
|
|
||||||
_ "code.google.com/p/go.tools/godoc/playground"
|
_ "code.google.com/p/go.tools/playground"
|
||||||
)
|
)
|
||||||
|
|
||||||
var validJSONPFunc = regexp.MustCompile(`(?i)^[a-z_][a-z0-9_.]*$`)
|
var validJSONPFunc = regexp.MustCompile(`(?i)^[a-z_][a-z0-9_.]*$`)
|
Loading…
x
Reference in New Issue
Block a user