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 /content/context/google | |
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 'content/context/google')
-rw-r--r-- | content/context/google/google.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/context/google/google.go b/content/context/google/google.go index 7f8a984..73778a3 100644 --- a/content/context/google/google.go +++ b/content/context/google/google.go @@ -6,8 +6,8 @@ import ( "encoding/json" "net/http" - "code.google.com/p/go.blog/content/context/userip" - "code.google.com/p/go.net/context" + "golang.org/x/blog/content/context/userip" + "golang.org/x/net/context" ) // Results is an ordered list of search results. |