package
0.0.0-20240807084400-93202a208511
Repository: https://github.com/yirgacheffe/golang-codes.git
Documentation: pkg.go.dev
# Functions
AddMoviesFromFile uses the CSV parser with a folder file.
AddMoviesFromText uses the CSV parser with a string.
ReadCSV gives shows some examples of processing CSV that is passed in as an io.Reader.
WriteCSVBuffer returns a buffer csv for a set of books.
WriteCSVOutput initializes a set of books and writes the to os.Stdout.
# Type aliases
Books is list of book.