Documentation ¶
Index ¶
- func RecursiveZip(pathToZip string, myZip *zip.Writer) error
- func RecursiveZipDest(pathToZip string, destinationW io.Writer) error
- func RecursiveZipWriter(pathToZip string, buf *bytes.Buffer, debug bool) error
- func Unzip(src, dest string) error
- func UnzipBt(srcBt []byte, dest string) error
- func ZipData(path string, debug bool) ([]byte, error)
- func ZipDir(pathToZip, destinationPath string) error
- func ZipFolder(baseFolder string, out string) error
- func ZipWriter(baseFolder string, w *zip.Writer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecursiveZipWriter ¶
func Unzip ¶
func main() { ZipFolder("/home/droid/Projects/todo2/src/","zip.zip") time.Sleep(400*time.Millisecond)
}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.