We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should be able to done by mocking out a filesystem using an osFS{}.
Details for mocking out a filesystem can found in the 10 things you (probably) don't know about Go talk from 2012.
There may be a nicer way of doing this using a package like vfs but I would rather not add another package dependency for testing (I think).
This issue is a more specific discussion from issue #3.
The text was updated successfully, but these errors were encountered:
1vn
No branches or pull requests
This should be able to done by mocking out a filesystem using an osFS{}.
Details for mocking out a filesystem can found in the 10 things you (probably) don't know about Go talk from 2012.
There may be a nicer way of doing this using a package like vfs but I would rather not add another package dependency for testing (I think).
This issue is a more specific discussion from issue #3.
The text was updated successfully, but these errors were encountered: