Compare commits
No commits in common. "v0.1.3" and "master" have entirely different histories.
|
@ -14,8 +14,8 @@ type CsvParser struct {
|
||||||
ignore string
|
ignore string
|
||||||
maxFieldIndex int
|
maxFieldIndex int
|
||||||
}
|
}
|
||||||
func (p *CsvParser) FieldCount() int {
|
func (p *csvParser) FieldCount() int {
|
||||||
return p.maxFieldIndex + 1
|
return maxFieldIndex + 1
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* delimiters: string with all delimiter chars
|
* delimiters: string with all delimiter chars
|
||||||
|
|
Loading…
Reference in New Issue