0
0

fix format issue identified by go vet

This commit is contained in:
Marty Schoch 2016-06-10 13:13:15 -04:00
parent 80f1117a6c
commit 5ec47500ae

View File

@ -62,7 +62,7 @@ index specified by -index.
if *countOnly { if *countOnly {
count, err := index.DocCount() count, err := index.DocCount()
if err != nil { if err != nil {
log.Fatal("error getting doc count: %v", err) log.Fatalf("error getting doc count: %v", err)
} }
fmt.Printf("doc count: %d\n", count) fmt.Printf("doc count: %d\n", count)
return return