Documentation ¶ Overview ¶ Package zipcontent scans archives for file and directory content. Index ¶ func Fix() error type Record Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Fix ¶ func Fix() error Types ¶ type Record ¶ type Record struct { ID string // mysql auto increment id UUID string // record unique id File string // absolute path to file Name string // filename Files []string // list of files contained in the archive NFO string // NFO or textfile to display } Record of a file item. Source Files ¶ View all Source files zipcontent.go Click to show internal directories. Click to hide internal directories.