aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/context/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/net/context/context.go')
-rw-r--r--vendor/golang.org/x/net/context/context.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/golang.org/x/net/context/context.go b/vendor/golang.org/x/net/context/context.go
index d3681ab..a3c021d 100644
--- a/vendor/golang.org/x/net/context/context.go
+++ b/vendor/golang.org/x/net/context/context.go
@@ -5,6 +5,8 @@
// Package context defines the Context type, which carries deadlines,
// cancelation signals, and other request-scoped values across API boundaries
// and between processes.
+// As of Go 1.7 this package is available in the standard library under the
+// name context. https://golang.org/pkg/context.
//
// Incoming requests to a server should create a Context, and outgoing calls to
// servers should accept a Context. The chain of function calls between must