Registry / utility / c4milo-unpackit

c4milo-unpackit

JSON →
library1.0.0gogounverified

Easily unpack tar.gz, tar.bzip2, tar.xz, zip, and tar files without CGO.

go get github.com/c4milo/unpackit
INSTALL
IMPORT
SIG · C4MILO-UNPACKIT
C
c4milo-unpackit
utilitygov1.0.0
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.

unpackit
github.com/c4milo/unpackit

Unpacks an archive from a reader to a destination.

package main import ( "bytes" "github.com/c4milo/unpackit" ) func main() { data := bytes.NewReader([]byte{}) _, err := unpackit.Unpack(data, "/tmp/dest") if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
c4milo-unpackit — go get c4milo-unpackit · libregistry