A library to store and retrieve files on disk
Find a file
Bruno Carlin 81403ca8fc Merge branch '1-move-to-use-io-fs-to-have-a-better-fs-abstraction' into 'main'
Draft: Resolve "Move to use Io/FS to have a better FS abstraction"

Closes #1

See merge request go/filestore!1
2022-07-05 11:35:37 +00:00
.gitlab-ci.yml ci: fix coverage report configuration 2022-06-12 08:58:44 +02:00
.golangci.yml Add code 2022-05-25 18:12:03 +02:00
backend.go wip 2022-07-03 20:28:50 +02:00
backend_test.go wip 2022-07-03 20:28:50 +02:00
filestore.go wip 2022-07-03 20:28:50 +02:00
filestore_test.go wip 2022-07-03 20:28:50 +02:00
go.mod Add code 2022-05-25 18:12:03 +02:00
go.sum Add code 2022-05-25 18:12:03 +02:00
LICENSE Add code 2022-05-25 18:12:03 +02:00
README.md Initial commit 2022-05-16 18:27:14 +00:00

FileStore

A library to store and retrieve files on disk