aboutsummaryrefslogtreecommitdiff
path: root/cursor.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-29 22:35:58 -0500
committerBen Johnson <benbjohnson@yahoo.com>2014-01-29 22:35:58 -0500
commit4fc84daf2ac803ea008df1c98b6dafdbce677243 (patch)
treecfa9500a464d073fcb554607c3fb763ceaedf5b4 /cursor.go
parentAdd branch.split() (diff)
downloaddedo-4fc84daf2ac803ea008df1c98b6dafdbce677243.tar.gz
dedo-4fc84daf2ac803ea008df1c98b6dafdbce677243.tar.xz
Refactor meta.copy() and page.init().
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