An open API service indexing awesome lists of open source software.

https://github.com/src-d/go-billy-siva

A limited go-billy filesystem implementation based on siva.
https://github.com/src-d/go-billy-siva

archiving filesystem golang

Last synced: about 2 months ago
JSON representation

A limited go-billy filesystem implementation based on siva.

Awesome Lists containing this project

README

        

# go-billy-siva [![GoDoc](https://godoc.org/gopkg.in/src-d/go-billy-siva.v4?status.svg)](https://godoc.org/gopkg.in/src-d/go-billy-siva.v4) [![Build Status](https://travis-ci.org/src-d/go-billy-siva.svg?branch=master)](https://travis-ci.org/src-d/go-billy-siva)

`go-billy-siva` is a limit [billy](https://github.com/src-d/go-billy) filesystem implementation based on [`siva`](https://github.com/src-d/go-siva). The implementation is limited to `billy.Basic` and `billy.Dir`, the usage of the [billy.helpers](https://github.com/src-d/go-billy/tree/master/helper) is required to be able of use as a full `billy.Filesystem`

Installation
------------

The recommended way to install go-billy-siva

```
go get -u gopkg.in/src-d/go-billy-siva.v4/...
```

Dependencies
------------

It needs go-siva >= 1.4.0.

License
-------

Apache License 2.0, see [LICENSE](LICENSE)