You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -17,5 +17,4 @@ mergefs could be used to overlay multiple fs.FS filesystems on top of each other
17
17
*[embedfs](https://tip.golang.org/pkg/embed/) provides access to files embedded in the running Go program.
18
18
* 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.
19
19
*[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.
21
20
*[hashfs](https://pkg.go.dev/github.com/benbjohnson/hashfs) appends SHA256 hashes to filenames to allow for aggressive HTTP caching.
0 commit comments