Address review comments

This commit is contained in:
Owen Mansel-Chan
2023-03-08 15:51:45 +00:00
parent 07098bf8bf
commit 17c550bc88
2 changed files with 39 additions and 38 deletions

View File

@@ -291,6 +291,7 @@ func FindGoFiles(root string) bool {
}
if filepath.Ext(d.Name()) == ".go" {
found = true
return filepath.SkipAll
}
return nil
})