Versions in this module Expand all Collapse all v0 v0.0.47 Oct 31, 2023 v0.0.46 Oct 1, 2023 Changes in this version + var DefaultContext = context.TODO() + var ErrIncorrectNumberOfItems = errors.New("number of items is not even") + func ValueOrDefault(value interface{}) context.Context + func WithValues(ctx context.Context, keyValue ...ContextArg) (context.Context, error) + type ContextArg string