//
pkg.gl
Category
github.com/Milover/post
internal
archived
package
0.1.1
Repository:
https://github.com/milover/post.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
1
Files
269 SLOC
#
Functions
MatchFormat
MatchFormat returns the archive format from a file name or path based on it's extension.
NewFS
NewFS reads an archive into memory and constructs an in memory file system.
#
Constants
A_TAR
Supported archive formats.
A_TBZ
Supported archive formats.
A_TGZ
Supported archive formats.
A_TXZ
Supported archive formats.
A_UNKNOWN
Supported archive formats.
A_ZIP
Supported archive formats.
#
Type aliases
ArchiveFormat
No description provided by the author