d
This commit is contained in:
@@ -529,7 +529,7 @@ func ZipOneFile(srcFile, dstZip string, pathFlag bool) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func ZipDirectoryFile(srcDir, dstZip string, pathFlag bool) error {
|
func ZipDirectoryFile(srcDir, dstZip string) error {
|
||||||
// Create a new zip file
|
// Create a new zip file
|
||||||
zipfileWriter, err := os.Create(dstZip)
|
zipfileWriter, err := os.Create(dstZip)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user