update code.goole.com/p/go.net to golang.org/x/net

https://groups.google.com/forum/#!topic/golang-nuts/eD8dh3T9yyA
This commit is contained in:
Eric Paris
2014-11-05 18:48:29 -05:00
parent 931cd3a2df
commit 4e95104953
102 changed files with 79 additions and 55 deletions

View File

@@ -19,7 +19,7 @@ package api
import (
stderrs "errors"
"code.google.com/p/go.net/context"
"golang.org/x/net/context"
)
// Context carries values across API boundaries.