From ed1df49af5bb616e5ec34585b20c9c93a96b8088 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 7 Oct 2015 22:58:22 +0200 Subject: Run go fmt --- openssl_benchmark/openssl_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openssl_benchmark/openssl_test.go') diff --git a/openssl_benchmark/openssl_test.go b/openssl_benchmark/openssl_test.go index a1e3d17..76c68a8 100644 --- a/openssl_benchmark/openssl_test.go +++ b/openssl_benchmark/openssl_test.go @@ -6,14 +6,14 @@ package benchmark // go test -bench=. import ( - "fmt" - "os" "bytes" "crypto/aes" "crypto/cipher" + "fmt" + "github.com/rfjakob/gocryptfs/cryptfs" "github.com/spacemonkeygo/openssl" + "os" "testing" - "github.com/rfjakob/gocryptfs/cryptfs" ) func TestMain(m *testing.M) { -- cgit v1.2.3