Versions in this module Expand all Collapse all v0 v0.2.0 Nov 28, 2021 Changes in this version + type NamedCsvReader struct + func NewReader(file *os.File) *NamedCsvReader + func (reader *NamedCsvReader) Read() chan *Record + func (reader *NamedCsvReader) WithHeaders(headers ...string) *NamedCsvReader + type Record struct + Error error + RowNum int + func (record *Record) GetBoolean(key string) bool + func (record *Record) GetFloat32(key string) float32 + func (record *Record) GetFloat64(key string) float64 + func (record *Record) GetInt(key string) int + func (record *Record) GetInt32(key string) int32 + func (record *Record) GetInt64(key string) int64 + func (record *Record) GetString(key string) string + func (record *Record) GetTime(layout string, key string) time.Time v0.1.1 Nov 28, 2021