Skip to content

Commit 9e55473

Browse files
author
Am Laher
committed
mergefs
1 parent e70efc8 commit 9e55473

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ mergefs could be used to overlay multiple fs.FS filesystems on top of each other
1717
* [embedfs](https://tip.golang.org/pkg/embed/) provides access to files embedded in the running Go program.
1818
* An earlier work, [afero](https://github.com/spf13/afero) is a filesystem abstraction for Go, which has been the standard for filesystem abstractions up until go1.15. It's read-write, and it's a mature project. The interfaces look very different (big with lots of methods), so it's not really compatible.
1919
* [s3fs](https://github.com/jszwec/s3fs) is a fs.FS backed by the AWS S3 client
20-
* [mergefs](https://github.com/laher/mergefs) merge `fs.FS` filesystems together so that your FS can easily read from multiple sources.
2120
* [hashfs](https://pkg.go.dev/github.com/benbjohnson/hashfs) appends SHA256 hashes to filenames to allow for aggressive HTTP caching.

0 commit comments

Comments
 (0)