logginghandler/vendor/github.com/blakesmith/ar/README.md
Marvin Preuss d095180eb4
All checks were successful
continuous-integration/drone/push Build is passing
build: uses go modules for tool handling
2022-01-14 13:51:56 +01:00

9 lines
359 B
Markdown

# Golang ar (archive) file reader
This is a simple library for reading and writing [ar](http://en.wikipedia.org/wiki/Ar_(Unix)) files in common format. It is influenced heavily in style and interface from the golang [tar](http://golang.org/pkg/archive/tar/) package.
## Author
Written by Blake Smith <blakesmith0@gmail.com>
Licensed under the MIT license.