Versions in this module Expand all Collapse all v1 v1.0.1 Jan 30, 2020 v1.0.0 Jan 30, 2020 Changes in this version + type Context interface + Deadline func() (deadline time.Time, ok bool) + Done func() <-chan struct{} + Err func() error + Value func(key interface{}) interface{} + func Background() Context + func WithValue(parent Context, key, val interface{}) Context