Update main.go

This commit is contained in:
Pedro Albanese
2021-04-30 19:31:33 -03:00
committed by GitHub
parent 8b0f9a7dce
commit ded39a59ee

View File

@@ -57,7 +57,7 @@ func main() {
} }
} }
if *target != "" && *recursive == true && *bits == 224 { if *target != "" && *recursive == true {
err := filepath.Walk(filepath.Dir(*target), err := filepath.Walk(filepath.Dir(*target),
func(path string, info os.FileInfo, err error) error { func(path string, info os.FileInfo, err error) error {
if err != nil { if err != nil {