Categorygithub.com/malt3/abstractfs-core
repository
0.0.1-rc4
Repository: https://github.com/malt3/abstractfs-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

abstractfs-core

Go Report Card GoDoc

This is the core library of abstractfs. It is split out as a separate module / repository to allow it to have no dependencies (except for the go stdlib). This allows users of abstractfs to reuse the core and add their own sources, sinks and CAS implementations.

Tests

Test can be found in /tests. They can only be run from the tests directory, since they are their own go module:

git clone https://github.com/malt3/abstractfs-core
cd abstractfs-core/tests
go test ./...