]> Cypherpunks repositories - gostls13.git/commit
cmd/go: mark gocacheverify godebug as undocumented
authorMichael Matloob <matloob@golang.org>
Tue, 18 Apr 2023 16:11:20 +0000 (12:11 -0400)
committerMichael Matloob <matloob@golang.org>
Tue, 18 Apr 2023 16:26:40 +0000 (16:26 +0000)
commitc9d5df0848515f4503d77e6a087a4b3920254e09
treedb110c7c7ce9b0b302a4379c0b9b7cd81df9280e
parent2c64b50d3abbf3f96b3923827776747f2048d8df
cmd/go: mark gocacheverify godebug as undocumented

This avoids the panic for godebugs without documentation. Perhaps we
eventually want to remove this godebug.

Change-Id: I032cdded0f3ccf6681821286e2cb6f0b90a318c3
Reviewed-on: https://go-review.googlesource.com/c/go/+/485756
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Bypass: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/go_test.go