crypto.go nitpicks

This commit is contained in:
Florian Weingarten
2015-04-29 22:28:34 -04:00
parent a906b9febe
commit c500b94216
6 changed files with 55 additions and 86 deletions

View File

@@ -37,7 +37,7 @@ func TestCreatePack(t *testing.T) {
file := bytes.NewBuffer(nil)
// create random keys
k := crypto.NewKey()
k := crypto.NewRandomKey()
// pack blobs
p := pack.NewPacker(k, file)