Documentation ¶ Index ¶ func Zip(repository string, tozip []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Zip ¶ func Zip(repository string, tozip []string) error Create a Zip file `{repository}.zip` and recursively add the contents of all paths in the `tozip` array to it. Deletes the original contents of `repository` such that only the newly created Zip file remains. Types ¶ This section is empty. Source Files ¶ View all Source files zip.go Click to show internal directories. Click to hide internal directories.