mirror of
https://github.com/JaCoB1123/dupe-finder.git
synced 2025-05-18 22:21:55 +02:00
Change countFiles to int64
This commit is contained in:
parent
f6c33a3b5d
commit
a66b84a545
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user