Categorygithub.com/mrinjamul/go-tar
modulepackage
0.1.0
Repository: https://github.com/mrinjamul/go-tar.git
Documentation: pkg.go.dev

# README

go-tar

This a warper of archive/tar & compress/gzip standard libary.

It's only create tar and tar.gz currently.

Compression is depends on filename of the archive.

How to use this module?

To use this module,

go get github.com/mrinjamul/go-tar/tarwarper

and then,

import (
    ...
    "github.com/mrinjamul/go-tar/tarwarper"
)

Feature

  • tarwarper.CreateTar
  • tarwarper.ExtractTar

CLI Usage

Usage: go-tar [options]
Options:
-c, --create string    Create Tar
-x, --extract string   Extract Tar
-h, --help             help message
-o, --output string    Output name

License

This go module is licensed under MIT Copyright © 2021 Injamul Mohammad Mollah [email protected]

# Packages

No description provided by the author