posener / tarfs

An implementation of the FileSystem interface for tar files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An implementation of the FileSystem interface for tar files.

License:Apache License 2.0


Languages

Language:Go 96.3%Language:Shell 3.7%