Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
/ targz Public archive
forked from walle/targz

Library for packaging/extracting folders in tar.gz archives.

License

Notifications You must be signed in to change notification settings

m90/targz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Targz

Library for packaging folders in tar.gz archives.

Documentation on godoc.org

Installation

Installing using go get is the easiest.

go get github.com/m90/targz

Usage

The API is really simple, there is only one method.

  • Compress

Create an archive containing a folder

import "github.com/m90/targz"
...
err := targz.Compress("my_folder", "my_file.tar.gz")

Contributing

All contributions are welcome! See CONTRIBUTING for more info.

License

Licensed under MIT license. See LICENSE for more information.

About

Library for packaging/extracting folders in tar.gz archives.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%