diff options
Diffstat (limited to 'blog/blog.go')
-rw-r--r-- | blog/blog.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/blog/blog.go b/blog/blog.go index 2fbf620..08125df 100644 --- a/blog/blog.go +++ b/blog/blog.go @@ -11,10 +11,10 @@ import ( "strings" "time" - "code.google.com/p/go.tools/blog" - "code.google.com/p/go.tools/godoc/static" + "golang.org/x/tools/blog" + "golang.org/x/tools/godoc/static" - _ "code.google.com/p/go.tools/playground" + _ "golang.org/x/tools/playground" ) const hostname = "blog.golang.org" // default hostname for blog server |