package
1.8.0
Repository: https://github.com/lazybark/go-helpers.git
Documentation: pkg.go.dev

# Functions

CompareCSVs takes fOne as base csv dataset and fTwo as changed dataset.
NewCSVBuilder returns new CSVBuilder with no file attached.

# Structs

Compared holds data of two compared csv files, including statistic.
CSVBuilder uses strings.Builder to create CSV lines/cells one by one or in a batch.
Different represents two different rows and list of fields that differ.