Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrOpeningReader error when zip.OpenReader fails ErrOpeningReader = errors.New("can't open reader") // ErrIllegalFilePath error when filepath has invalid characters ErrIllegalFilePath = errors.New("illegal file path") // ErrCreateOutputDir error when creating output directory fails ErrCreateOutputDir = errors.New("unable to create output dir") // ErrOpeningOutputFile error when creating output file fails ErrOpeningOutputFile = errors.New("unable to open output file") // ErrOpeningFileInZip error when opening file in zip fails ErrOpeningFileInZip = errors.New("unable to open file for read") // ErrCopyingFile error when a file copy fails ErrCopyingFile = errors.New("unable to copy file") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.