diff options
author | Andrew Gerrand <adg@golang.org> | 2014-11-10 09:04:38 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2014-11-10 09:04:38 +1100 |
commit | 384d65407f6cb7c1f0e2ac194b4496cc817be4a4 (patch) | |
tree | a6b043600b8d3b6e1e68167be24b0adfb714047e /blog/local.go | |
parent | 22c0c799956aad8e7f4d0ebe5f07701af56272a3 (diff) |
go.blog: use new golang.org/x/... import paths
TBR=rsc
R=rsc, r
CC=golang-codereviews
https://golang.org/cl/170250043
Diffstat (limited to 'blog/local.go')
-rw-r--r-- | blog/local.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/local.go b/blog/local.go index fd77d97..2e7ab54 100644 --- a/blog/local.go +++ b/blog/local.go @@ -13,7 +13,7 @@ import ( "log" "net/http" - "code.google.com/p/go.tools/blog" + "golang.org/x/tools/blog" ) var ( |