Documentation ¶ Index ¶ func Read(filePath string, separator rune, skipHeaderLine bool) ([]models.ReadCsv, error) func Write(fileName string, folderName string, responses []models.ResponseBody) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Read ¶ func Read(filePath string, separator rune, skipHeaderLine bool) ([]models.ReadCsv, error) The Read function reads data from a CSV file located at the specified filePath, with the specified separator. It returns a slice of models.ReadCsv structs containing the data from the CSV file, excluding the header. func Write ¶ func Write(fileName string, folderName string, responses []models.ResponseBody) error Types ¶ This section is empty. Source Files ¶ View all Source files read.gowrite.go Click to show internal directories. Click to hide internal directories.