# Functions
NewTarBuilder creates a TarBuilder that writes files from basePath on the filesystem to the given io.Writer.
TarEntries interprets the given io.Reader as a tar archive, outputting a list of filenames contained within it.
# Structs
TarBuilder writes a .tar archive to an io.Writer.