Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotSupportFile does not support file extensions. ErrNotSupportFile = errors.New("not support file") )
Functions ¶
Types ¶
type Unarchiver ¶
Unarchiver is a type that can extract archive files into a folder.
func NewUnarchiver ¶
func NewUnarchiver(path string) (Unarchiver, error)
NewUnarchiver creates an unpacker that can extract archive files into a folder. The archive format is selected implicitly.
Click to show internal directories.
Click to hide internal directories.