Registry / utility / codeclysm-extract-v3

codeclysm-extract-v3

JSON →
library3.1.1gogounverified

Package extract allows extraction of archives in zip, tar.gz, or tar.bz2 formats.

go get github.com/codeclysm/extract/v3
INSTALL
IMPORT
SIG · CODECLYSM-EXTRACT-
C
codeclysm-extract-v3
utilitygov3.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

extract
github.com/codeclysm/extract/v3

Extracts a tar.gz archive to the output directory.

package main import ( "context" "os" "github.com/codeclysm/extract/v3" ) func main() { f, _ := os.Open("archive.tar.gz") defer f.Close() extract.Archive(context.Background(), f, "./output", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
codeclysm-extract-v3 — go get codeclysm-extract-v3 · libregistry