Documentation ¶
Index ¶
Constants ¶
View Source
const ApplicationName = "BeatZipper"
ApplicationName contains the application name.
Variables ¶
View Source
var ApplicationVersion = "set-during-build"
ApplicationVersion has the version number, and is set during the build.
View Source
var ( // ErrNoFiles is returned when no files were given to extract. ErrNoFiles = errors.New("no files given to extract") )
Functions ¶
Types ¶
type ProgramOptions ¶
ProgramOptions can be passed from the CLI to influence how the program behaves.
Click to show internal directories.
Click to hide internal directories.