Skip to content

Commit

Permalink
Run gofmt
Browse files Browse the repository at this point in the history
gofmt -l -s -w .
  • Loading branch information
wjdp committed Dec 15, 2019
1 parent 02e15e5 commit 088a1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htmltest/htmltest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 088a1d4

Please sign in to comment.