diff options
author | Andrew Gerrand <adg@golang.org> | 2013-09-19 10:59:48 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-09-19 10:59:48 +1000 |
commit | 1b47fc1b7d9ca8e0fcd202fe5f5245a7812e07c4 (patch) | |
tree | 781bcbeaa4c269446e31cbe52a4d369027839623 /cmd/blog/blog.go | |
parent | 3f1d67c2456dab686e4e83873ed145ffb81fc6a7 (diff) |
go.blog/cmd/blog: update blog package import
R=golang-dev, r
https://golang.org/cl/13769043
Diffstat (limited to 'cmd/blog/blog.go')
-rw-r--r-- | cmd/blog/blog.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/blog/blog.go b/cmd/blog/blog.go index e6a8feb..551fb48 100644 --- a/cmd/blog/blog.go +++ b/cmd/blog/blog.go @@ -11,10 +11,10 @@ import ( "strings" "time" - "code.google.com/p/go.tools/godoc/blog" + "code.google.com/p/go.tools/blog" "code.google.com/p/go.tools/godoc/static" - _ "code.google.com/p/go.tools/godoc/playground" + _ "code.google.com/p/go.tools/playground" ) const hostname = "blog.golang.org" // default hostname for blog server |