commit | dffc95cbb4ff9af8614b2741ec26371fffcc19b3 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <[email protected]> | Fri Oct 28 21:12:13 2016 +0000 |
committer | Brad Fitzpatrick <[email protected]> | Fri Oct 28 22:21:43 2016 +0000 |
tree | 9a20cd1f6abdb03642e516286fbca745828116e9 | |
parent | b336a971b799939dd16ae9b1df8334cb8b977c4d [diff] |
context: use Go 1.8 type alias for CancelFunc and Context CancelFunc was the only part of the context package which didn't forward nicely with the move from x/net/context to std context. Use it for Context as well. Change-Id: Ieff39b10b0783d55d0437c73923053297ed0ea4a Reviewed-on: https://go-review.googlesource.com/32317 Run-TryBot: Brad Fitzpatrick <[email protected]> Reviewed-by: Rob Pike <[email protected]>