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
- Host: GitHub
- URL: https://github.com/vladimirvivien/go-tar
- Owner: vladimirvivien
- License: mit
- Created: 2019-07-14T15:51:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T18:33:46.000Z (about 6 years ago)
- Last Synced: 2025-04-04T02:11:40.369Z (7 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)