Rename db.Set to db.FileSet
This commit is contained in:
@@ -39,7 +39,7 @@ func main() {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
fs := db.NewSet(*folder, ldb)
|
||||
fs := db.NewFileSet(*folder, ldb)
|
||||
|
||||
if *device == "" {
|
||||
log.Printf("*** Global index for folder %q", *folder)
|
||||
|
||||
Reference in New Issue
Block a user