Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 851 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 851 Bytes

TarFS

Build Status codecov GoDoc Go Report Card

A wrapper around tar.Reader.

  • Implements the FileSystem interface for tar files.
  • Adds an Open method, that enables reading of file according to its' path.

Get

go get -u github.com/posener/tarfs

Example

See the example.