Documentation
¶
Index ¶
- func Difference(leftFile, rightFile, outputFile string) error
- func ReadAllLines(fileName string) ([]string, error)
- func ReadAllLinesAsMap(fileName string) (map[string]interface{}, error)
- func ReadCsv(filename string, separator rune, lazyQuotes bool) ([]map[string]string, error)
- func SaveAllLines(fileName string, lines []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Difference ¶
Difference compares two files and writes the difference to a third file. The leftInput and rightInput are the files to compare, and the output is the file to write the difference to.
func ReadAllLines ¶
ReadAllLines reads all lines from a file and returns them as a map.
func ReadAllLinesAsMap ¶
ReadAllLinesAsMap reads all lines from a file and returns them as a map.
func SaveAllLines ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.