go-tarfs icon indicating copy to clipboard operation
go-tarfs copied to clipboard

Go lang tar http.FileSystem

GoDoc Build Status

tarfs

In-memory http.FileSystem from tar archives.

Why?

If you have multiple assets for your program that you don't want to embed them in your binary but still want an easier way to ship them along your binary, tarfs is your friend.

Usage

See the GoDoc

Contributing

Please consider opening an issue first, or just send a pull request. :)

Credits

See Contributors.

LICENSE

MIT.

TODO

  • Add more tests

SEE ALSO