I did this for the implementation.
csvData := make([][]string, 100) for i := range csvData { csvData[i] = make([]string, 100) }