spf13 / afero

A FileSystem Abstraction System for Go
Apache License 2.0
5.8k stars 498 forks source link

os.UserConfigDir has no wrapper #359

Open SirRegion opened 2 years ago

SirRegion commented 2 years ago

Hi @spf13,

thank you for creating this great library, it already made my code a lot cleaner and easier to test!

I noticed that the os.UserConfigDir function from the native os Package has no wrapper available. It would be great if this could be added, as it would remove my dependence on the native filesystem package completely.

If no one is up to add this, I might be able to contribute a pull request myself, but I would gladly accept help from someone else 😄

PS: Maybe it would be good to set up some issue templates for the project to stop the small and useless issues like "I need help, please fix"