package
2.0.0+incompatible
Repository: https://github.com/permafrost-dev/zeget.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewExtractor constructs an extractor for the given archive file using the given chooser.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
A BinaryChooser selects executable files.
An ExtractedFile contains the data, name, and permissions of a file in the archive.
No description provided by the author
LiteralFileChooser selects files with the name 'File'.
SingleFileExtractor extracts files called 'Name' after decompressing the file with 'Decompress'.

# Interfaces

A Chooser selects a file.
An Extractor reads in some archive data and extracts a particular file from it.