Cleanup Go Report Card warnings

This commit is contained in:
Gábor Lipták
2016-11-08 19:37:33 -05:00
parent 78e9720635
commit 6b9fad5e9d
14 changed files with 86 additions and 88 deletions

View File

@@ -2,7 +2,6 @@
// for the Red October server.
//
// Copyright (c) 2013 CloudFlare, Inc.
package keycache
import (

View File

@@ -65,7 +65,7 @@ func TestUsesFlush(t *testing.T) {
}
if bytes.Equal(key, key2) {
t.Fatalf("cache.DecryptKey didnt decrypt the right key!")
t.Fatal("cache.DecryptKey didnt decrypt the right key!")
}
// Second decryption allowed.