Last analyzed 18feb92 9 days ago
Default analysis branch is
Currently analyzing run
Found variable declaration and assignment separately SCC-S1021
Anti-pattern
2 years ago2 years old
should merge variable declaration with assignment on next line
591}
592
593func transport(insecure bool, caCertPool *x509.CertPool, clientCertificate []tls.Certificate) http.RoundTripper {
594	var transport http.RoundTripper595
596	transport = &http.Transport{
597		TLSClientConfig: &tls.Config{