diff options
Diffstat (limited to 'src/pkg/crypto/hmac/hmac_test.go')
-rw-r--r-- | src/pkg/crypto/hmac/hmac_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/crypto/hmac/hmac_test.go b/src/pkg/crypto/hmac/hmac_test.go index 74fcacfb5..d0de00dce 100644 --- a/src/pkg/crypto/hmac/hmac_test.go +++ b/src/pkg/crypto/hmac/hmac_test.go @@ -8,7 +8,6 @@ package hmac import ( "hash"; - "crypto/hmac"; "fmt"; "strings"; "testing"; |