wg-quicker/vendor/github.com/blakesmith/ar
2022-01-07 20:20:48 +01:00
..
.gitignore build: managing tools in go modules 2022-01-07 20:20:48 +01:00
common.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
COPYING build: managing tools in go modules 2022-01-07 20:20:48 +01:00
reader.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
README.md build: managing tools in go modules 2022-01-07 20:20:48 +01:00
writer.go build: managing tools in go modules 2022-01-07 20:20:48 +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.