go-tar

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2021 License: MIT Imports: 5 Imported by: 0

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 mrinjamul@gmail.com

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL