local-server/vendor/github.com/cavaliercoder/go-cpio/cpio.go

9 lines
231 B
Go
Raw Normal View History

2018-06-17 07:32:44 +00:00
/*
Package cpio implements access to CPIO archives. Currently, only the SVR4 (New
ASCII) format is supported, both with and without checksums.
References:
https://www.freebsd.org/cgi/man.cgi?query=cpio&sektion=5
*/
package cpio