zipcmmt

package
v1.4.4 Latest Latest
Warning

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

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

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fix

func Fix(ascii, unicode, overwrite, summary bool) error
Example
package main

import (
	"fmt"

	"github.com/Defacto2/df2/lib/zipcmmt"
)

func main() {
	const (
		ascii     = false
		unicode   = false
		overwrite = false
		summary   = false
	)
	if err := zipcmmt.Fix(ascii, unicode, overwrite, summary); 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