Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decompress ¶
func Decompress(src io.Reader, outDir string, t CompressionType) error
Types ¶
type CompressionType ¶
type CompressionType int
const ( TarGz CompressionType = iota Zip )
func (CompressionType) String ¶
func (c CompressionType) String() string
Click to show internal directories.
Click to hide internal directories.