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:
Andrew Gerrand 2013-09-19 10:58:36 +10:00
parent 2cac03d805
commit cc069b6297

View File

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