https://github.com/c4milo/afero2billy
Adapts an Afero filesystem to a Billy filesystem
https://github.com/c4milo/afero2billy
Last synced: about 1 year ago
JSON representation
Adapts an Afero filesystem to a Billy filesystem
- Host: GitHub
- URL: https://github.com/c4milo/afero2billy
- Owner: c4milo
- License: mpl-2.0
- Created: 2020-08-04T15:53:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T15:44:59.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T07:44:38.298Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# afero2billy
Adapts an [Afero](https://github.com/spf13/afero) filesystem to a [Billy](https://github.com/go-git/go-billy) filesystem.
## Versioning
The versions of this package have the following format:
1. afero2billy version
2. Afero version
3. Billy version
Example:
Version `v0.1.0-1.3.3-5` uses Afero `1.3.3` and go-billy `v5`