Files
golang.net/context
Sameer Ajmani a1f3609ec9 go.net/context: define an emptyCtx type for Background and TODO.
This is the first step in splitting the various context implementations
into smaller types.

Add a test that creates a large, random stack of Contexts and tests that
they work properly.

LGTM=crawshaw
R=crawshaw
CC=golang-codereviews
https://golang.org/cl/115350044
2014-07-29 14:21:02 -04:00
..