Versions in this module Expand all Collapse all v1 v1.0.2 Apr 25, 2024 v1.0.1 Apr 24, 2024 Changes in this version + var DefaultKeyReplacer = strings.NewReplacer("_", "-") + type Decoder struct + func NewDecoder(option Option) *Decoder + func (d *Decoder) Decode(src map[string]any, dst any) error + type Option struct + KeyReplacer *strings.Replacer + TagName string + WeaklyTypedInput bool