summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/hmac/hmac_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/hmac/hmac_test.go')
-rw-r--r--src/pkg/crypto/hmac/hmac_test.go1
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";