Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 348 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 348 Bytes

Targz Library

Go-lang library to targz or untargz stream objects.

Installation

go get github.com/TMoynat/targz

Usage

import (
       github.com/TMoynat/targz
)

targz.Untargz(stream) // stream is an io.Reader type

Roadmap

  • Untargz
  • Targz

License

MIT