feat: Add support for broken and non-broken symlinks to readdir
This commit is contained in:
@@ -100,7 +100,7 @@ func TestMain(m *testing.M) {
|
||||
flag.Parse() // So that `testing.Short` can be called, see https://go-review.googlesource.com/c/go/+/7604/
|
||||
|
||||
if verbose {
|
||||
boil.DebugMode = false
|
||||
boil.DebugMode = true
|
||||
boil.DebugWriter = os.Stderr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user