package
0.0.0-20210307090340-572f7b70ce20
Repository: https://github.com/ranchocooper/go-cookbook.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
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 a named type for an array of books.