Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrGzipFileNotFound the file not found in the gzip. ErrGzipFileNotFound = errors.New("file not found in the gzip") // ErrNotGzipType the file is not a gzip. ErrNotGzipType = errors.New("file is not a gzip type") // ErrInvalidFileName the file name is invalid. ErrInvalidFileName = errors.New("invalid file name") // ErrInvalidFilePath the file path is invalid. ErrInvalidFilePath = errors.New("invalid file path") // ErrFileTooLarge the file is too large to extract. ErrFileTooLarge = errors.New("file too large to extract") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.