workgroups/vendor/github.com/blakesmith/ar
Marvin Preuss 1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone yaml with reusable anchors
2021-09-24 17:34:17 +02:00
..
.gitignore ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
common.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
COPYING ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
reader.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
README.md ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
writer.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +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.