Documentation ¶ Index ¶ func Build(p pkgmeta.Package) (foutpath string, err error) func Copy(srcpath, dstpath string) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Build ¶ func Build(p pkgmeta.Package) (foutpath string, err error) func Copy ¶ func Copy(srcpath, dstpath string) (err error) Copy copies the contents of the file at srcpath to a regular file at dstpath. If the file named by dstpath already exists, it is truncated. The function does not copy the file mode, file permission bits, or file attributes. Types ¶ This section is empty. Source Files ¶ View all Source files mktarball.go Click to show internal directories. Click to hide internal directories.