Rename db.Set to db.FileSet

This commit is contained in:
Jakob Borg
2015-01-12 14:52:24 +01:00
parent 8d6db7be31
commit e6c9baf6ef
5 changed files with 45 additions and 45 deletions

View File

@@ -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)