Categorygithub.com/posener/tarfs
repositorypackage
0.0.0-20170402083356-51be204a52f3
Repository: https://github.com/posener/tarfs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.