Versions in this module Expand all Collapse all v0 v0.1.3 Apr 19, 2021 Changes in this version type Reader + func (r *Reader) SetTimeLocation(location *time.Location) type Writer + func (w *Writer) SetTimeLocation(location *time.Location) v0.1.2 Apr 19, 2021 Changes in this version + type Reader struct + func NewReader(r io.Reader) *Reader + func (r *Reader) ReadStruct(v interface{}) (err error) + func (r *Reader) ReadStructAll(v interface{}) (err error) + func (w *Reader) SetTimeFormat(format string) + type UnsupportedTypeError struct + Type reflect.Type + func (e *UnsupportedTypeError) Error() string + type Writer struct + func NewWriter(w io.Writer) *Writer + func (w *Writer) SetTimeFormat(format string) + func (w *Writer) WriteStruct(v interface{}) (err error) + func (w *Writer) WriteStructAll(v interface{}) (err error) + func (w *Writer) WriteStructHeader(v interface{}) (err error)