We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4dd04 commit f035599Copy full SHA for f035599
scanner.go
@@ -48,7 +48,7 @@ func runScanner(clictx *cli.Context) error {
48
// Count and print the number of files to be indexed
49
go func() {
50
tnow := time.Now()
51
- fileCount := <-FileCounter(rootDir).Chan
+ fileCount = <-FileCounter(rootDir).Chan
52
elapsed := time.Since(tnow)
53
log.Printf("Counted %d files in %s\n", fileCount, elapsed)
54
}()
0 commit comments