tar-xz

command module
v0.0.0-...-fd428c7 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2023 License: AGPL-3.0 Imports: 6 Imported by: 0

README

tar-xz

Go Reference Go CI

Introduction

A simple Go module for decompressing a tar.xz file.

Supported platforms

  • Linux
  • macOS

Example

package main

import (
	tarXz "github.com/ansidev/tar-xz"
)

func main() {
	err := tarXz.Decompress("archive.tar.xz", "/path/to/output/dir")
	if err != nil {
		log.Fatal(err)
	}
}

Contact

Le Minh Tri @ansidev.

License

This source code is available under the AGPL-3.0 LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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