spf13 / afero

A FileSystem Abstraction System for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadOnlyFs.MkdirAll should return nil if directory already exists

malt3 opened this issue · comments

From the go docs of os.MkdirAll:

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

Related issue: #191