package ziputil
import "github.com/bitrise-io/go-utils/ziputil"
Index ¶
- func UnZip(zip, intoDir string) error
- func ZipDir(sourceDirPth, destinationZipPth string, isContentOnly bool) error
- func ZipDirs(sourceDirPths []string, destinationZipPth string) error
- func ZipFile(sourceFilePth, destinationZipPth string) error
- func ZipFiles(sourceFilePths []string, destinationZipPth string) error
Functions ¶
func UnZip ¶
UnZip ...
func ZipDir ¶
ZipDir ...
func ZipDirs ¶
ZipDirs ...
func ZipFile ¶
ZipFile ...
func ZipFiles ¶
ZipFiles ...
Source Files ¶
- Version
- v1.0.15 (latest)
- Published
- May 13, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 2 months ago –
Tools for package owners.