logginghandler/vendor/github.com/blakesmith/ar
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
..
.gitignore build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
common.go build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
COPYING build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
reader.go build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
README.md build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
writer.go build: uses go modules for tool handling 2022-01-14 13:51:56 +01: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.