Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 2 days 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)