Change-Id: I3e4c33d1bafcdf4f6afde3440995c591c9457787
This commit is contained in:
Brad Fitzpatrick 2013-11-22 12:40:33 -08:00
parent 838a59c56f
commit e190090cbd
1 changed files with 4 additions and 0 deletions

4
TODO
View File

@ -4,6 +4,10 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac
Offline list: 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 -- bring in the google glog package to third_party and use it in
places that want selective logging (e.g. pkg/index/receive.go) places that want selective logging (e.g. pkg/index/receive.go)