Commit 26c60cef authored by Bryan C. Mills's avatar Bryan C. Mills

cmd/go: fix a typo in module-private help text

Change-Id: Idbdcb78d40cf58d7c878cfeaa4a34ab580fe472f
Reviewed-on: https://go-review.googlesource.com/c/go/+/183626
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 38fc0afc
...@@ -2767,7 +2767,7 @@ ...@@ -2767,7 +2767,7 @@
// GOPROXY=proxy.example.com // GOPROXY=proxy.example.com
// GONOPROXY=none // GONOPROXY=none
// //
// This would tell the go comamnd and other tools that modules beginning with // This would tell the go command and other tools that modules beginning with
// a corp.example.com subdomain are private but that the company proxy should // a corp.example.com subdomain are private but that the company proxy should
// be used for downloading both public and private modules, because // be used for downloading both public and private modules, because
// GONOPROXY has been set to a pattern that won't match any modules, // GONOPROXY has been set to a pattern that won't match any modules,
......
...@@ -757,7 +757,7 @@ users would configure go using: ...@@ -757,7 +757,7 @@ users would configure go using:
GOPROXY=proxy.example.com GOPROXY=proxy.example.com
GONOPROXY=none GONOPROXY=none
This would tell the go comamnd and other tools that modules beginning with This would tell the go command and other tools that modules beginning with
a corp.example.com subdomain are private but that the company proxy should a corp.example.com subdomain are private but that the company proxy should
be used for downloading both public and private modules, because be used for downloading both public and private modules, because
GONOPROXY has been set to a pattern that won't match any modules, GONOPROXY has been set to a pattern that won't match any modules,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment