Versions in this module Expand all Collapse all v1 v1.0.1-GA Aug 19, 2016 v1.0.0 Jul 11, 2016 Changes in this version + func DecodeKeyValue(k, v string) (string, string, error) + func NewContext(ctx context.Context, md MD) context.Context + type MD map[string][]string + func FromContext(ctx context.Context) (md MD, ok bool) + func New(m map[string]string) MD + func Pairs(kv ...string) MD + func (md MD) Copy() MD + func (md MD) Len() int