How can I get the first and last result if key is not known? With buntdb it has a `tx.Descend` and `tx.Ascend` that allows to easily do this.
How can I get the first and last result if key is not known?
With buntdb it has a
tx.Descendandtx.Ascendthat allows to easily do this.