From 088a1d4ea950e9849c9a48a997002f6c2c101b97 Mon Sep 17 00:00:00 2001 From: Will Pimblett Date: Sun, 15 Dec 2019 16:50:40 +0000 Subject: [PATCH] Run gofmt gofmt -l -s -w . --- htmltest/htmltest.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htmltest/htmltest.go b/htmltest/htmltest.go index 4d42b4d..3dfe64e 100644 --- a/htmltest/htmltest.go +++ b/htmltest/htmltest.go @@ -56,8 +56,8 @@ func Test(optsUser map[string]interface{}) (*HTMLTest, error) { // following to disable H2 support: // > Programs that must disable HTTP/2 can do so by setting Transport.TLSNextProto ... to a non-nil, empty map. // See issue #49 - TLSNextProto: make(map[string]func(authority string, c *tls.Conn) http.RoundTripper), - TLSClientConfig: &tls.Config{InsecureSkipVerify : hT.opts.IgnoreSSLVerify}, + TLSNextProto: make(map[string]func(authority string, c *tls.Conn) http.RoundTripper), + TLSClientConfig: &tls.Config{InsecureSkipVerify: hT.opts.IgnoreSSLVerify}, } hT.httpClient = &http.Client{ // Durations are in nanoseconds