aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/crypto/hmac/hmac_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/crypto/hmac/hmac_test.go')
-rw-r--r--libgo/go/crypto/hmac/hmac_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/hmac/hmac_test.go b/libgo/go/crypto/hmac/hmac_test.go
index bcae63b..03431c9 100644
--- a/libgo/go/crypto/hmac/hmac_test.go
+++ b/libgo/go/crypto/hmac/hmac_test.go
@@ -5,8 +5,8 @@
package hmac
import (
- "hash"
"fmt"
+ "hash"
"testing"
)