mirror of
https://github.com/JaCoB1123/dupe-finder.git
synced 2025-07-03 00:58:54 +02:00
Change countFiles to int64
This commit is contained in:
2
main.go
2
main.go
@ -40,7 +40,7 @@ func main() {
|
|||||||
printConfiguration()
|
printConfiguration()
|
||||||
}
|
}
|
||||||
|
|
||||||
countFiles := 0
|
var countFiles int64 = 0
|
||||||
filesMap := newFilesMap()
|
filesMap := newFilesMap()
|
||||||
if *fromFile != "" {
|
if *fromFile != "" {
|
||||||
// byteValue, _ := ioutil.ReadFile(*fromFile)
|
// byteValue, _ := ioutil.ReadFile(*fromFile)
|
||||||
|
Reference in New Issue
Block a user