Popularity
3.3
Growing
Activity
0.0
Stable
59
3
9

Programming language: Go
License: Apache License 2.0
Tags: Files    

tarfs alternatives and similar packages

Based on the "Files" category.
Alternatively, view tarfs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tarfs or a related project?

Add another 'Files' Package

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](./examples/example_test.go).