targz

package module
v0.0.0-...-74ca244 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2014 License: MIT Imports: 5 Imported by: 0

README

targz

Simple package for creating *tar.gz files.

Usage

package main

import (
    "log"

    "github.com/kelseyhightower/targz"
)

func main() {
    err := targz.Create("/Users/kelseyhightower/stuff", "stuff.tar.gz")
    if err != nil {
        log.Fatalln(err)
    }
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(root, out string) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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