package config // ParseCSVForTest exports parseCSV for use in external tests. func ParseCSVForTest(input string) []string { return parseCSV(input) }