cmd/go/internal/cache: fix GODEBUG name in comments - #80565
Conversation
…rence GODEBUG=goverifycache=1 but the actual setting name is gocacheverify (as used in the code, tests, and documentation).
|
This PR (HEAD: 70a5eb7) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/805541. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/805541. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/805541. |
|
Message from Sean Liao: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/805541. |
|
This PR (HEAD: 5247b5d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/805541. Important tips:
|
|
Message from Alvin Jaison: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/805541. |
|
Message from Sean Liao: Patch Set 2: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/805541. |
|
Message from golang-scoped@luci-project-accounts.iam.gserviceaccount.com: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2026-07-26T20:41:16Z","revision":"1106a362f415c8ac768904da8e0e5bb61bc75f76"} Please don’t reply on this GitHub thread. Visit golang.org/cl/805541. |
|
Message from Sean Liao: Patch Set 2: -Commit-Queue (Performed by <GERRIT_ACCOUNT_60063> on behalf of <GERRIT_ACCOUNT_34788>) Please don’t reply on this GitHub thread. Visit golang.org/cl/805541. |
|
Message from golang-scoped@luci-project-accounts.iam.gserviceaccount.com: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/805541. |
|
Message from golang-scoped@luci-project-accounts.iam.gserviceaccount.com: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/805541. |
|
Message from Cherry Mui: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/805541. |
The comments reference GODEBUG=goverifycache=1 but the actual
setting name is gocacheverify (as used in the code, tests, and
documentation throughout the repository).
This typo was introduced in CL 558301a when the Cache interface
was abstracted, and the word order was accidentally flipped in
three comment locations.