Versions in this module Expand all Collapse all v0 v0.1.0 Jun 7, 2022 Changes in this version + func SplitFunc(str string, fn func(string) error) error + func Unmarshal(dst interface{}, src string) error + type Decoder struct + func (d *Decoder) Unmarshal(dst interface{}, src string) error + func (d *Decoder) UnmarshalInto(dst reflect.Value, typ reflect.Type, src string) error + type Splitter struct + B []byte + func (s *Splitter) SplitFunc(str string, fn func(string) error) error + type Unmarshaler interface + UnmarshalString func(string) error