package
0.1.91
Repository: https://github.com/kevin-zx/goinfrastructure.git
Documentation: pkg.go.dev

# Functions

Csv 读取解析csv内容.
CsvFromFileWithBreak 从文件中读取,允许中断 true为中断信号.
CsvWithBreak 从csv io.Reader 中读取,允许中断 true为中断信号.
ReadLines 按行读取.
ReadLinesFromFileWithBreak 从文件中读取行 允许中断 true为中断信号.
ReadLinesWithBreak 按行读取 允许中断 true为中断信号.