Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for go-diskfs #426

Closed
shanduur opened this issue May 28, 2024 · 1 comment
Closed

Add support for go-diskfs #426

shanduur opened this issue May 28, 2024 · 1 comment

Comments

@shanduur
Copy link

I would like to see the support for the go-diskfs library (https://github.com/diskfs/go-diskfs) in Afero. go-diskfs allows for native manipulation of disks, disk images, and filesystems in Go, eliminating the need for external tools and root privileges. Integrating go-diskfs would enhance Afero's functionality by providing a secure, portable, and convenient way to perform complex disk operations natively within Go applications, avoiding dependencies and improving workflow efficiency. This addition would make Afero even more versatile and useful for developers needing advanced disk and filesystem manipulation capabilities.

@shanduur
Copy link
Author

Already works with io/fs: diskfs/go-diskfs#184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant