This package exists for archival reasons only. It is not working correctly and not intended to be maintained in any way, please do not use it.
Library for packaging folders in tar.gz archives.
Installing using go get is the easiest.
go get github.com/m90/targz
The API is really simple, there is only one method.
- Compress
import "github.com/m90/targz"
...
err := targz.Compress("my_folder", "my_file.tar.gz")
All contributions are welcome! See CONTRIBUTING for more info.
Licensed under MIT license. See LICENSE for more information.