package
Version:
v1.9.1
Opens a new window with list of versions in this module.
Published: Jul 1, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Fix(ascii, unicode, overwrite, summary bool) error
package main
import (
"fmt"
"github.com/Defacto2/df2/pkg/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:
Source Files
¶
Directories
¶
internal
|
|
|
|
Click to show internal directories.
Click to hide internal directories.