Registry / utility / fluxcd-pkg-untar

fluxcd-pkg-untar

JSON →
library0.3.0gogounverified

Extracts a tarball to disk, providing a simple untar utility for Go.

utility
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.

github.com/fluxcd/pkg/untar

Untars a tarball from a reader to a destination directory.

package main import ( "bytes" "github.com/fluxcd/pkg/untar" "os" ) func main() { data := []byte{} // tarball bytes err := untar.Untar(bytes.NewReader(data), "/tmp/dest") if err != nil { panic(err) } }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources