Versions in this module Expand all Collapse all v1 v1.1.8 May 21, 2021 v1.1.7 May 18, 2021 Changes in this version + var Extensions = map[string]bool + type CSV struct + Extension Extension + Header bool + Path string + Separator Separator + func (c *CSV) Create() error + func (c *CSV) IsValid() error + func (c *CSV) Write(chIn <-chan []string) error + type Extension string + type Separator string + const COMMA + const TAB