smartystreets/goconvey

Why not support hidden folders?

xlango opened this issue · 1 comments

if info.IsDir() && strings.HasPrefix(info.Name(), ".") {
return filepath.SkipDir
}

This looks like it was added a couple years ago (ecb8d64)

However I don't see rationale.

What's your use case for this?