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

https://github.com/vladimirvivien/go-tar

Examples using archive/tar compress/gz Go packages
https://github.com/vladimirvivien/go-tar

Last synced: 6 months ago
JSON representation

Examples using archive/tar compress/gz Go packages

Awesome Lists containing this project

README

          

# go-tar
Examples using archive/tar compress/gz Go packages.

* [tar_mem](./tar_mem) - simple in memory examples of tar
* [tartar](./tartar) - simple tool that shows usage of tar and gzip together

## Blog post
This is a companion repository to a blog post about the same titled
[Working with Gzipped Tar Files in Go](https://medium.com/learning-the-go-programming-language/working-with-gzipped-tar-files-in-go-e6fe9ce4f51d)