From 397c22e08cd35db70a4f3268b73faad6bf2998dd Mon Sep 17 00:00:00 2001 From: ia Date: Sun, 17 Jun 2018 01:08:57 +0200 Subject: [PATCH] all: gofmt Run standard gofmt command on project root. - go version go1.10.3 darwin/amd64 Signed-off-by: ia --- certUtil/chain_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/certUtil/chain_test.go b/certUtil/chain_test.go index 592aaac..6dbe417 100644 --- a/certUtil/chain_test.go +++ b/certUtil/chain_test.go @@ -2,10 +2,10 @@ package certUtil import ( "crypto/x509" - "testing" - "os" - "io/ioutil" "github.com/stretchr/testify/assert" + "io/ioutil" + "os" + "testing" ) func TestFetchCertificateChain(t *testing.T) {