Compare commits

..

No commits in common. "v0.1.3" and "master" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ type CsvParser struct {
ignore string
maxFieldIndex int
}
func (p *CsvParser) FieldCount() int {
return p.maxFieldIndex + 1
func (p *csvParser) FieldCount() int {
return maxFieldIndex + 1
}
/*
* delimiters: string with all delimiter chars