Documentation ¶ Index ¶ func Read(path string, argOpts ...Option) (map[string][]any, []string, error) type CSVSource func NewCSVSource(path string, argOpts ...Option) *CSVSource func (s *CSVSource) Read() ([]string, [][]string, error) type Option func WithDelimiter(r rune) Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Read ¶ func Read(path string, argOpts ...Option) (map[string][]any, []string, error) Types ¶ type CSVSource ¶ type CSVSource struct { // contains filtered or unexported fields } func NewCSVSource ¶ func NewCSVSource(path string, argOpts ...Option) *CSVSource func (*CSVSource) Read ¶ func (s *CSVSource) Read() ([]string, [][]string, error) type Option ¶ type Option func(*options) func WithDelimiter ¶ func WithDelimiter(r rune) Option Source Files ¶ View all Source files options.goreader.gosource.go Click to show internal directories. Click to hide internal directories.