more TODO

Change-Id: I3aff3b6c1fea1ecc6937598b0bce38d126135c0a
This commit is contained in:
Brad Fitzpatrick 2012-12-31 17:50:01 -08:00
parent 1a8eee298a
commit 4ce1263225
1 changed files with 4 additions and 3 deletions

7
TODO
View File

@ -1,7 +1,8 @@
-- rename sha1.New() to blobref.NewHash() and
blobref.SHA1FromString(string) to blobref.FromString(string), to
move current, ephemeral sha1 usage out to one place that's easily fixed
in the future.
blobref.SHA1FromString(string) to blobref.FromString(string), and
add blobref.FromHash(hash.Hash) (using reflect.TypeOf to find
"sha1" prefix) to move current, ephemeral sha1 usage out to one
place that's easily fixed in the future.
-- clean up gethandler and its Range stuff. http package does much/all of that now.
Use ServeContent instead?