package
1.0.0
Repository: https://github.com/jaredallard/archives.git
Documentation: pkg.go.dev

# Functions

Create creates a new tar archive with a single file, file.txt, containing the contents "hello world".
WithContainer denotes that a specific container should be used when creating the tar archive.

# Constants

ContainerBz2 is a tar archive compressed with bzip2.
ContainerGz is a tar archive compressed with gzip.
ContainerNone denotes no container.
ContainerXz is a tar archive compressed with xz.
ContainerZstd is a tar archive compressed with zstd.

# Structs

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author