-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
MkdirAll is not respecting opts.FS #153
Comments
nianyush
changed the title
Mkdir is not respecting opts.FS
MkdirAll is not respecting opts.FS
Jun 18, 2024
probably should use an alterantive MkdirAll that is compatible with fs.FS like https://github.com/twpayne/go-vfs/blob/master/mkdirall.go#L16 |
Thank you for your comment. Could you please create a test case that demonstrates the failure you described? |
mafredri
added a commit
to mafredri/copy
that referenced
this issue
Aug 20, 2024
This commit adds tests to reproduce otiai10#153.
yes, i think your pr exactly describes what i was facing earlier @mafredri |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
copy/copy.go
Line 104 in e40f4e6
The text was updated successfully, but these errors were encountered: