aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/web/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/internal/web/http.go')
-rw-r--r--src/cmd/go/internal/web/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/internal/web/http.go b/src/cmd/go/internal/web/http.go
index a77e0f9317..f177278eba 100644
--- a/src/cmd/go/internal/web/http.go
+++ b/src/cmd/go/internal/web/http.go
@@ -28,7 +28,7 @@ import (
"cmd/internal/browser"
)
-// impatientInsecureHTTPClient is used in -insecure mode,
+// impatientInsecureHTTPClient is used with GOINSECURE,
// when we're connecting to https servers that might not be there
// or might be using self-signed certificates.
var impatientInsecureHTTPClient = &http.Client{