mdbc/index_scope.go
2022-02-23 16:59:45 +08:00

8 lines
87 B
Go

package mdbc
import (
"errors"
)
var ErrorCursorIsNil = errors.New("cursor is nil")