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

ReadOnlyFs.MkdirAll should return nil if directory already exists #355

Open
malt3 opened this issue May 16, 2022 · 0 comments · May be fixed by #356
Open

ReadOnlyFs.MkdirAll should return nil if directory already exists #355

malt3 opened this issue May 16, 2022 · 0 comments · May be fixed by #356

Comments

@malt3
Copy link

malt3 commented May 16, 2022

From the go docs of os.MkdirAll:

[...] If path is already a directory, MkdirAll does nothing and returns nil.

Related issue: #191

@malt3 malt3 linked a pull request May 17, 2022 that will close this issue
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