Documentation ¶ Index ¶ func Read(filePath string, separator rune, skipHeaderLine bool) ([]models.LawBySubject, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Read ¶ func Read(filePath string, separator rune, skipHeaderLine bool) ([]models.LawBySubject, 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.LawBySubject structs containing the data from the CSV file, excluding the header. Types ¶ This section is empty. Source Files ¶ View all Source files read.go Click to show internal directories. Click to hide internal directories.