Versions in this module Expand all Collapse all v0 v0.3.0 Apr 26, 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