Change countFiles to int64

This commit is contained in:
Jan Bader 2023-12-06 16:15:19 +01:00
parent f6c33a3b5d
commit a66b84a545

View File

@ -40,7 +40,7 @@ func main() {
printConfiguration()
}
countFiles := 0
var countFiles int64 = 0
filesMap := newFilesMap()
if *fromFile != "" {
// byteValue, _ := ioutil.ReadFile(*fromFile)