mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 19:24:21 +00:00
11 lines
334 B
Markdown
11 lines
334 B
Markdown
`gocpio` is a simple library similar to Go’s `tar` or `zip` package for
|
||
accessing cpio archives. It’s not pretty and only implements the new ASCII
|
||
format. Maybe I’ll refactor and implement other formats some day.
|
||
|
||
Links
|
||
-----
|
||
|
||
* [Reference](http://people.freebsd.org/~kientzle/libarchive/man/cpio.5.txt)
|
||
|
||
-------
|
||
Version 1.1.0 |