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/userip | |
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/userip')
-rw-r--r-- | content/context/userip/userip.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/context/userip/userip.go b/content/context/userip/userip.go index 616dd04..4f316b5 100644 --- a/content/context/userip/userip.go +++ b/content/context/userip/userip.go @@ -7,7 +7,7 @@ import ( "net" "net/http" - "code.google.com/p/go.net/context" + "golang.org/x/net/context" ) // FromRequest extracts the user IP address from req, if present. |