Watch
1
0
Fork
You've already forked golang-github-blakesmith-ar
0
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 67d46f34eb
Releasing debian version 0.0~git20190502.809d437-5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-08-31 15:32:46 +02:00
debian Releasing debian version 0.0~git20190502.809d437-5. 2026-08-31 15:32:46 +02:00
fixtures Adding upstream version 0.0~git20190502.809d437. 2025-05-18 17:48:16 +02:00
.gitignore Adding upstream version 0.0~git20190502.809d437. 2025-05-18 17:48:16 +02:00
common.go Adding upstream version 0.0~git20190502.809d437. 2025-05-18 17:48:16 +02:00
COPYING Adding upstream version 0.0~git20190502.809d437. 2025-05-18 17:48:16 +02:00
reader.go Adding upstream version 0.0~git20190502.809d437. 2025-05-18 17:48:16 +02:00
reader_test.go Adding upstream version 0.0~git20190502.809d437. 2025-05-18 17:48:16 +02:00
README.md Adding upstream version 0.0~git20190502.809d437. 2025-05-18 17:48:16 +02:00
writer.go Adding upstream version 0.0~git20190502.809d437. 2025-05-18 17:48:16 +02:00
writer_test.go Adding upstream version 0.0~git20190502.809d437. 2025-05-18 17:48:16 +02:00

Golang ar (archive) file reader

This is a simple library for reading and writing ar files in common format. It is influenced heavily in style and interface from the golang tar package.

Author

Written by Blake Smith blakesmith0@gmail.com

Licensed under the MIT license.