vendor
This commit is contained in:
8
vendor/github.com/cavaliercoder/go-cpio/cpio.go
generated
vendored
Normal file
8
vendor/github.com/cavaliercoder/go-cpio/cpio.go
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
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
|
Reference in New Issue
Block a user