We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1227e commit 6563b4bCopy full SHA for 6563b4b
internal/httputil/httputil.go
@@ -12,7 +12,7 @@ import (
12
13
var DefaultHTTPClient = &http.Client{}
14
15
-// NewHTTPClient will return the globally-defined DefaultHHTTransport, updating
+// NewHTTPClient will return the globally-defined DefaultHTTPTransport, updating
16
// the transport if it differs from the http package DefaultTransport.
17
func NewHTTPClient() *http.Client {
18
client := DefaultHTTPClient
0 commit comments