Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2020 Changes in this version + func ClearExplain(reader io.Reader) ([]byte, error) + func Marshal(in interface{}, withExplain bool, withBom bool) ([]byte, error) + func Unmarshal(in []byte, out interface{}) error + type Date time.Time + func (date *Date) MarshalCSV() (string, error) + func (date *Date) String() string + func (date *Date) UnmarshalCSV(csv string) (err error) + type DateTime time.Time + func (date *DateTime) MarshalCSV() (string, error) + func (date *DateTime) String() string + func (date *DateTime) UnmarshalCSV(csv string) (err error)