8000 GitHub - malt3/abstractfs-core: Core library of abstractfs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

malt3/abstractfs-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ./...

Packages

No packages published

Languages

0