mirror of https://github.com/perkeep/perkeep.git
more TODO
Change-Id: I3aff3b6c1fea1ecc6937598b0bce38d126135c0a
This commit is contained in:
parent
1a8eee298a
commit
4ce1263225
7
TODO
7
TODO
|
@ -1,7 +1,8 @@
|
||||||
-- rename sha1.New() to blobref.NewHash() and
|
-- rename sha1.New() to blobref.NewHash() and
|
||||||
blobref.SHA1FromString(string) to blobref.FromString(string), to
|
blobref.SHA1FromString(string) to blobref.FromString(string), and
|
||||||
move current, ephemeral sha1 usage out to one place that's easily fixed
|
add blobref.FromHash(hash.Hash) (using reflect.TypeOf to find
|
||||||
in the future.
|
"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.
|
-- clean up gethandler and its Range stuff. http package does much/all of that now.
|
||||||
Use ServeContent instead?
|
Use ServeContent instead?
|
||||||
|
|
Loading…
Reference in New Issue