wg-quicker/vendor/github.com/cavaliergopher/cpio
2022-01-07 20:20:48 +01:00
..
.travis.yml build: managing tools in go modules 2022-01-07 20:20:48 +01:00
doc.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
fileinfo.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
go.mod build: managing tools in go modules 2022-01-07 20:20:48 +01:00
hash.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
header.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
LICENSE 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
svr4.go 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

cpio

Go Reference Build Status Go Report Card

Package cpio provides readers and writers for the CPIO archive file format.

Currently, only the SVR4 (New ASCII) format is supported, both with and without checksums.

Copyright 2021, Ryan Armstrong ryan@cavaliercoder.com