aboutsummaryrefslogtreecommitdiff
path: root/cursor.go
diff options
context:
space:
mode:
Diffstat (limited to 'cursor.go')
-rw-r--r--cursor.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cursor.go b/cursor.go
index e6b2c31..f6f0168 100644
--- a/cursor.go
+++ b/cursor.go
@@ -39,7 +39,6 @@ func (c *Cursor) Get(key []byte) []byte {
func (c *Cursor) Goto(key []byte) bool {
// TODO(benbjohnson): Optimize for specific use cases.
- // TODO: Check if len(key) > 0.
// TODO: Start from root page and traverse to correct page.
return false