Change-Id: Icbce2e60befb2f7a63010b01039b79d10c10e422
This commit is contained in:
Brad Fitzpatrick 2013-01-02 20:10:23 -08:00
parent 8866e88db0
commit 4e6740eac5
1 changed files with 4 additions and 0 deletions

4
TODO
View File

@ -1,3 +1,7 @@
-- make camget and/or pkg/schema sanity-check all the "file" and "directory"
names, to make sure they don't have path separators in them, "..", etc.
Use Basename/Clean/etc.
-- rename sha1.New() to blobref.NewHash() and
blobref.SHA1FromString(string) to blobref.FromString(string), and
add blobref.FromHash(hash.Hash) (using reflect.TypeOf to find