⚠️ This project is still experimental. Do not use this in production.
Fsys is a Go library for dealing with file systems.
Use the Go package manager to install foobar.
go get -u github.com/lemmego/fsys
fsys.NewMemoryStorage(...)
fsys.NewLocalStorage(...)
fsys.NewGCSStorage(...)
fsys.NewS3Storage(...)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.