Archive utilities for Golang https://pkg.go.dev/egtyl.xyz/shane/archiver
Find a file
2024-11-11 16:23:11 -05:00
.gitignore initial commit 2024-11-01 12:34:12 -04:00
archive.go initial commit 2024-11-01 12:34:12 -04:00
archive_test.go initial commit 2024-11-01 12:34:12 -04:00
extract.go fix default permissions 2024-11-01 14:14:39 -04:00
go.mod change url in go mod 2024-11-11 16:23:11 -05:00
go.sum initial commit 2024-11-01 12:34:12 -04:00
LICENSE initial commit 2024-11-01 12:34:12 -04:00
open.go initial commit 2024-11-01 12:34:12 -04:00
read.go initial commit 2024-11-01 12:34:12 -04:00
README.md initial commit 2024-11-01 12:34:12 -04:00

Archiver

A golang library for extracting and creating archives.

Supported Formats

  • .tar.gz
  • .tar.bz2
  • .tar.xz
  • .tar
  • .zip