]> Cypherpunks repositories - gostls13.git/commit
context: add the context package from golang.org/x/net/context
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 8 Mar 2016 00:07:18 +0000 (00:07 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 5 Apr 2016 00:08:50 +0000 (00:08 +0000)
commit9db7ef561462606085759a2f8a93b7224fdfd2fc
tree7d5947a4d1f4d03b737cf0e3fb8c270dfb3cfee9
parent0c71e293b57b0b2fbfa63d0fbf364b1771b6ee6e
context: add the context package from golang.org/x/net/context

This copies the golang.org/x/net/context package to the standard library.

It is imported from the x/net repo's git rev 1d9fd3b8333e (the most
recent modified to x/net/context as of 2016-03-07).

The corresponding change to x/net/context is in https://golang.org/cl/20347

Updates #14660

Change-Id: Ida14b1b7e115194d6218d9ac614548b9f41641cc
Reviewed-on: https://go-review.googlesource.com/20346
Reviewed-by: Sameer Ajmani <sameer@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/context/context.go [new file with mode: 0644]
src/context/context_test.go [new file with mode: 0644]
src/context/withtimeout_test.go [new file with mode: 0644]
src/go/build/deps_test.go