From a6ac958ee263de69ea4ee9f8e46eb00a7c8736b5 Mon Sep 17 00:00:00 2001 From: Laurentu Date: Wed, 14 May 2025 16:04:41 +0200 Subject: [PATCH] zz --- csvparser.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csvparser.go b/csvparser.go index ac73014..4b46243 100644 --- a/csvparser.go +++ b/csvparser.go @@ -14,8 +14,8 @@ type CsvParser struct { ignore string maxFieldIndex int } -func (p *csvParser) FieldCount() int { - return maxFieldIndex + 1 +func (p *CsvParser) FieldCount() int { + return p.maxFieldIndex + 1 } /* * delimiters: string with all delimiter chars