Merge pull request #2187 from eparis/go.net-rename

update code.goole.com/p/go.net to golang.org/x/net
This commit is contained in:
Daniel Smith
2014-11-18 10:08:28 -08:00
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.