diff --git a/example_test.go b/example_test.go index cb6056b..e679753 100644 --- a/example_test.go +++ b/example_test.go @@ -1,12 +1,12 @@ package rfc6979 import ( - "crypto/ecdsa" - "crypto/sha512" - "crypto/rand" - "crypto/elliptic" "crypto/dsa" + "crypto/ecdsa" + "crypto/elliptic" + "crypto/rand" "crypto/sha1" + "crypto/sha512" "fmt" )