diff options
Diffstat (limited to 'content/context/google/google.go')
-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. |