Documentation ¶
Overview ¶
Package demozoo handles downloads fetched from Demozoo Productions links.
Index ¶
Constants ¶
View Source
const (
FileDiz = "file_id.diz" // Filename for a common, brief description of the content of archive.
)
Variables ¶
View Source
var ErrNoSrc = errors.New("no src filename was given")
Functions ¶
func DOS ¶
DOS attempts to discover a software package starting executable from a collection of files.
Types ¶
type Data ¶
type Data struct { DOSee string // Table dosee_run_program column. NFO string // Table retrotxt_readme column. }
Data extracted from an archive.
Click to show internal directories.
Click to hide internal directories.