basic functions working

This commit is contained in:
ston1th 2019-05-02 14:17:24 +02:00
commit ffeeae5702
22 changed files with 420 additions and 129 deletions

View file

@ -23,7 +23,7 @@ func (db *DB) GetPaths(res []core.Result) error {
func (db *DB) GetIndexed(p core.Paths) {
for i, v := range p {
p[i].Indexed = db.IsIndexed(v.Abs)
p[i].Flag = db.IsIndexed(v.Abs)
}
}