afero icon indicating copy to clipboard operation
afero copied to clipboard

ReadOnlyFs.MkdirAll should return nil if directory already exists

Open malt3 opened this issue 2 years ago • 0 comments

From the go docs of os.MkdirAll:

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

Related issue: https://github.com/spf13/afero/issues/191

malt3 avatar May 16 '22 16:05 malt3