Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveType ¶
type ArchiveType int
const ( Unknown ArchiveType = iota Uncompressed Gzip Bzip2 Xz )
func DetectArchiveType ¶
func DetectArchiveType(f string) ArchiveType
Click to show internal directories.
Click to hide internal directories.