buntdb: remove edgeID in list query fields

This commit is contained in:
Auztin Zhai
2024-05-20 11:05:49 -04:00
parent d6ba1d9f8e
commit a09947d46e
8 changed files with 118 additions and 31 deletions

View File

@@ -74,7 +74,7 @@ func main() {
mtx.Lock()
delete(edges, i)
mtx.Unlock()
//cli.Close()
cli.Close()
}(i)
}