# 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.