clair/vendor/github.com/artyom/untar/README.md
2016-09-28 15:24:38 +02:00

9 lines
301 B
Markdown

Package untar provides helper function to easily extract contents of a tar
stream to a file system directory. Useful for cases where you'd want a call to
`tar x`.
See [documentation](https://godoc.org/github.com/artyom/untar) for usage and
example command in `cmd/untar` subdirectory.
LICENSE: MIT.