encoding/csvutil/single_column.go
Function ReadCSVFilesSingleColumnValuesString
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func ReadCSVFilesSingleColumnValuesString(files []string, sep rune, hasHeader, trimSpace bool, colIdx uint, condenseUniqueSort bool) ([]string, error) {
Function ReadCSVFileSingleColumnValuesString
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func ReadCSVFileSingleColumnValuesString(filename string, sep rune, hasHeader, trimSpace bool, colIdx uint, condenseUniqueSort bool) ([]string, error) {