diff options
| author | Jakob Unterwurzacher | 2015-10-07 22:58:22 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2015-10-07 22:59:36 +0200 | 
| commit | ed1df49af5bb616e5ec34585b20c9c93a96b8088 (patch) | |
| tree | 953d6701036188c1ca68cecb11789106316f99a1 /openssl_benchmark | |
| parent | c4a66bc30dbec1c3e0240f5d5bdb05412b2168a2 (diff) | |
Run go fmt
Diffstat (limited to 'openssl_benchmark')
| -rw-r--r-- | openssl_benchmark/openssl_test.go | 6 | 
1 files changed, 3 insertions, 3 deletions
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) {  | 
