From 4fc84daf2ac803ea008df1c98b6dafdbce677243 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Wed, 29 Jan 2014 22:35:58 -0500 Subject: Refactor meta.copy() and page.init(). --- cursor.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cursor.go') 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 -- cgit v1.2.3