mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-01-03 11:45:41 +00:00
Cleanup Go Report Card warnings
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// for the Red October server.
|
||||
//
|
||||
// Copyright (c) 2013 CloudFlare, Inc.
|
||||
|
||||
package keycache
|
||||
|
||||
import (
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user