feat: Add support for broken and non-broken symlinks to readdir

This commit is contained in:
Felicitas Pojtinger
2022-01-25 00:28:04 +01:00
parent c4ba80416a
commit 23e06c62aa
3 changed files with 141 additions and 181 deletions

View File

@@ -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
}