Documentation ¶
Overview ¶
Package tar implements a tarball writer for Please. This is not really dissimilar to the standard command-line tar utility, but we would like some of the GNU tar flags which we can't rely on for all platforms that we support, plus we'd like finer control over timestamps and directories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Write ¶
Write writes a tarball to output with all the files found in inputDir. If prefix is given the files are all placed into a single directory with that name. If compress is true the output will be gzip-compressed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.