Registry / utility / gen2brain-go-unarr

gen2brain-go-unarr

JSON →
library0.2.4gogounverified

A decompression library for RAR, TAR, ZIP, and 7z archives.

go get github.com/gen2brain/go-unarr
INSTALL
IMPORT
SIG · GEN2BRAIN-GO-UNARR
G
gen2brain-go-unarr
utilitygov0.2.4
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.

unarr
github.com/gen2brain/go-unarr

Opens a ZIP archive for reading.

package main import ( "fmt" "github.com/gen2brain/go-unarr" ) func main() { archive, err := unarr.NewArchive("example.zip") if err != nil { panic(err) } defer archive.Close() fmt.Println(archive) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gen2brain-go-unarr — go get gen2brain-go-unarr · libregistry