An open API service indexing awesome lists of open source software.

https://github.com/artyom/untar

https://pkg.go.dev/github.com/artyom/untar
https://github.com/artyom/untar

Last synced: 9 months ago
JSON representation

https://pkg.go.dev/github.com/artyom/untar

Awesome Lists containing this project

README

          

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://pkg.go.dev/github.com/artyom/untar) for usage and
example command in `cmd/untar` subdirectory.