Documentation ¶ Index ¶ func ZipPaths(paths []string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ZipPaths ¶ func ZipPaths(paths []string) (string, error) ZipPaths bundles the given paths into a temporary zip file and returns its path. Symlinks are skipped rather than followed: zipping a symlink to /etc/passwd would otherwise include the target file's contents. Types ¶ This section is empty. Source Files ¶ View all Source files archive.go Click to show internal directories. Click to hide internal directories.