From 918da99c4eaa0522dae9caf25cae93e955dac4b1 Mon Sep 17 00:00:00 2001 From: Coda Hale Date: Tue, 3 Sep 2013 10:02:50 -0700 Subject: [PATCH] gofmt --- example_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" )