Documentation ¶ Index ¶ func Untar(dst string, r io.Reader, trim string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Untar ¶ func Untar(dst string, r io.Reader, trim string) error Untar takes a destination path and a reader; a tar reader loops over the tarfile creating the file structure at 'dst' along the way, and writing any files. trim is stripped from the filename prefix upon extraction. Types ¶ This section is empty. Source Files ¶ View all Source files untar.go Click to show internal directories. Click to hide internal directories.