Versions in this module Expand all Collapse all v0 v0.1.1 May 6, 2021 Changes in this version + type Reader struct + func (c *Reader) Initialize(file *os.File) error + func (c *Reader) ReadHeader() ([]string, error) + func (c *Reader) ReadRow(headers []string) (map[string]string, error)