Documentation
¶
Overview ¶
Package archive expands zip, tar, gzip, and bzip2 payloads into leaf entries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LooksLikeArchive ¶
Types ¶
type Entry ¶
Entry is one expanded file from inside an archive.
type PartialError ¶ added in v0.61.0
PartialError identifies incomplete archive coverage while allowing callers to scan entries successfully extracted before or beside the failure.
func (*PartialError) Error ¶ added in v0.61.0
func (e *PartialError) Error() string
func (*PartialError) Unwrap ¶ added in v0.61.0
func (e *PartialError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.