Hello World! I'll be participating this year as a maintainer for GoFSX (a flexible, extensible filesystem abstraction for Go inspired by PHP's Flysystem).
GoFSX (Go FileSystem eXtended) provides a unified API for local, S3, FTP, and GCS storage, with features like easy cross-adapter copy/move and robust file operations.
It's currently at version v0.3.x, and I'm looking for contributors to help mature it for its first v1.0.0 major release.
Areas to contribute:
- Implement the Azure Blob Storage adapter (it's next on the list!)
- Bug fixes and improvements.
- Add more tests and on Windows as well.
tbhaxor•1h ago
GoFSX (Go FileSystem eXtended) provides a unified API for local, S3, FTP, and GCS storage, with features like easy cross-adapter copy/move and robust file operations.
It's currently at version v0.3.x, and I'm looking for contributors to help mature it for its first v1.0.0 major release.
Areas to contribute: