mdbc/index_scope.go

8 lines
87 B
Go
Raw Permalink Normal View History

2022-02-23 08:59:45 +00:00
package mdbc
import (
"errors"
)
var ErrorCursorIsNil = errors.New("cursor is nil")