From e190090cbd94be1659544c8227e2825720a78abb Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 22 Nov 2013 12:40:33 -0800 Subject: [PATCH] add TODO Change-Id: I3e4c33d1bafcdf4f6afde3440995c591c9457787 --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index fb7627793..6e066b354 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,10 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac Offline list: +-- rename index.Storage to new package sorted.KeyValue; clarify + behavior of Delete (ErrNotFound or nil on delete of missing row?); + add unit tests for any KeyValue impl + -- bring in the google glog package to third_party and use it in places that want selective logging (e.g. pkg/index/receive.go)