Versions in this module Expand all Collapse all v0 v0.2.0 Nov 4, 2020 Changes in this version + var ErrNotFound = errors.New("not found") + func MustParse(r io.Reader, v interface{}, formats ...*Format) ([]byte, error) v0.1.0 Oct 14, 2020 Changes in this version + func Parse(r io.Reader, v interface{}, formats ...*Format) ([]byte, error) + type Format struct + End string + RequiresNewLine bool + Start string + Unmarshal UnmarshalFunc + UnmarshalDelims bool + func NewFormat(start, end string, unmarshal UnmarshalFunc) *Format + type UnmarshalFunc func(data []byte, v interface{}) error