aboutsummaryrefslogtreecommitdiff
path: root/src/context/context.go
AgeCommit message (Expand)Author
2016-11-12context: document appropriate WithValue key type moreBrad Fitzpatrick
2016-10-05context: make DeadlineExceeded implement net.ErrorRuss Cox
2016-09-30context: discourage use of basic types as keys in WithValueMatt Layher
2016-09-09context: reduce memory usage of context treeJack Lindamood
2016-08-30all: use time.Until where applicableBrad Fitzpatrick
2016-06-24context: update documentation on cancelation and go vet check.Sameer Ajmani
2016-06-15context: document how to release resources associated with Contexts.Sameer Ajmani
2016-06-01context: fix typo in commentsKenny Grant
2016-05-19context: make DeadlineExceeded have a Timeout methodBrad Fitzpatrick
2016-05-05context: use https in docsShenghou Ma
2016-04-29context: produce a nicer panic message for a nil WithValue keyBrad Fitzpatrick
2016-04-27context: fix doc typoBrad Fitzpatrick
2016-04-11context: document that WithValue's key must be comparableBrad Fitzpatrick
2016-04-05context: add the context package from golang.org/x/net/contextBrad Fitzpatrick