]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use go.dev instead of golang.org in flag errors
authorRuss Cox <rsc@golang.org>
Wed, 5 Nov 2025 20:02:52 +0000 (15:02 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 5 Nov 2025 20:36:38 +0000 (12:36 -0800)
commit2dd7e94e163f172472273b81846e6e3add412bc6
treeacfcefec02ccaed03ae0ab6c8baa876449e3dc63
parent28f1ad5782d80a0a3f95b004c6a822003fd0b1a1
cmd/go: use go.dev instead of golang.org in flag errors

Also add the URL to the one possible error that didn't have it.
It looks like CL 93836 just missed the third error case when
adding the URL.

Change-Id: I837f8a730b25adb42909c9dfbde0dad2f664fec5
Reviewed-on: https://go-review.googlesource.com/c/go/+/718220
Reviewed-by: Michael Matloob <matloob@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/work/security.go