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.
- Host: GitHub
- URL: https://github.com/src-d/go-billy-siva
- Owner: src-d
- License: apache-2.0
- Created: 2017-04-10T11:13:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T14:31:57.000Z (over 5 years ago)
- Last Synced: 2025-05-05T05:04:56.581Z (about 2 months ago)
- Topics: archiving, filesystem, golang
- Language: Go
- Homepage: https://godoc.org/gopkg.in/src-d/go-billy-siva.v4
- Size: 73.2 KB
- Stars: 8
- Watchers: 6
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-billy-siva [](https://godoc.org/gopkg.in/src-d/go-billy-siva.v4) [](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)