README ¶ untargz A simple package for untarring readers and files. Can build into a useable binary similar to the Linux tar xf command - but I would not recommend using it over the more-optimized tar xf command. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func File(input string) error func FileWithDest(input string, dest string) error func Reader(r io.Reader) error func ReaderWithDest(r io.Reader, dest string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func File ¶ func File(input string) error func FileWithDest ¶ func FileWithDest(input string, dest string) error func Reader ¶ func Reader(r io.Reader) error func ReaderWithDest ¶ func ReaderWithDest(r io.Reader, dest string) error Types ¶ This section is empty. Source Files ¶ View all Source files untargz.go Directories ¶ Show internal Expand all Path Synopsis cmd Click to show internal directories. Click to hide internal directories.