zipcontent

package
v1.9.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package zipcontent scans archives for file and directory content.

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fix

func Fix(summary bool) error

Fix the content of zip archives within in the database.

Example
package main

import (
	"fmt"

	"github.com/Defacto2/df2/pkg/zipcontent"
)

func main() {
	const printSummary = false
	if err := zipcontent.Fix(printSummary); err != nil {
		fmt.Println(err)
	}
}
Output:

Types

This section is empty.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL