Skip to content

kelseyhightower/targz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
    }
}

About

Go package for creating tar.gz files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages