Adapt bolt engine to new table interface

This commit is contained in:
Asdine El Hrychy
2019-02-14 23:39:39 +01:00
parent 5b1803a51f
commit 1604f53282
7 changed files with 71 additions and 44 deletions

View File

@@ -4,7 +4,6 @@ import (
"errors"
"github.com/asdine/genji/index"
"github.com/asdine/genji/table"
)