Ecosyste.ms: Awesome
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: 2 days ago
JSON representation
Examples using archive/tar compress/gz Go packages
- Host: GitHub
- URL: https://github.com/vladimirvivien/go-tar
- Owner: vladimirvivien
- License: mit
- Created: 2019-07-14T15:51:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T18:33:46.000Z (over 5 years ago)
- Last Synced: 2024-06-20T09:19:42.777Z (5 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 17
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)