Watch
1
0
Fork
You've already forked golang-github-blakesmith-ar
0
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-09 06:54:07 +01:00
debian Releasing fastforward version 0.0~git20190502.809d437-4~ffwd13+u1. 2026-03-09 06:54:07 +01:00
fixtures Adding upstream version 0.0~git20190502.809d437. 2025-07-19 12:46:00 +02:00
.gitignore Adding upstream version 0.0~git20190502.809d437. 2025-07-19 12:46:00 +02:00
common.go Adding upstream version 0.0~git20190502.809d437. 2025-07-19 12:46:00 +02:00
COPYING Adding upstream version 0.0~git20190502.809d437. 2025-07-19 12:46:00 +02:00
reader.go Adding upstream version 0.0~git20190502.809d437. 2025-07-19 12:46:00 +02:00
reader_test.go Adding upstream version 0.0~git20190502.809d437. 2025-07-19 12:46:00 +02:00
README.md Adding upstream version 0.0~git20190502.809d437. 2025-07-19 12:46:00 +02:00
writer.go Adding upstream version 0.0~git20190502.809d437. 2025-07-19 12:46:00 +02:00
writer_test.go Adding upstream version 0.0~git20190502.809d437. 2025-07-19 12:46:00 +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.