A basic command line utility to create ISO 9660 disk images from a source directory. Written in Go.
Uses the go-diskfs package.
Many thanks to go-diskfs for providing the create-iso-from-folder example,
which was the starting point for this project.
The go-diskfs project supports the Rock Ridge extension for ISO 9660, but
not the Juliet extension. As a result, file names in Windows will be
encumbered by the limitations of the stock ISO 9660 file name format.