Archive utilities for Golang https://pkg.go.dev/egtyl.xyz/shane/archiver
Find a file
2024-12-03 11:39:22 -05:00
.gitignore initial commit 2024-11-01 12:34:12 -04:00
archive.go add mutexes for concurrency, added concurrency tests 2024-12-03 10:59:26 -05:00
archive_fs_test.go add extract function, add roadmap and doc link 2024-12-03 10:38:29 -05:00
archive_test.go lighten up on concurrency test, add both archive file, and archive 2024-12-03 11:39:22 -05:00
extract.go add mutexes for concurrency, added concurrency tests 2024-12-03 10:59:26 -05: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 add extract function, add roadmap and doc link 2024-12-03 10:38:29 -05:00
read.go initial commit 2024-11-01 12:34:12 -04:00
README.md add mutexes for concurrency, added concurrency tests 2024-12-03 10:59:26 -05:00

Archiver

A golang library for extracting and creating archives.

Documentation Link

Roadmap

  • Automatically detect the archive format
  • Add mutexes to work with concurrency

Supported Formats

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