]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/objabi: remove -V=goexperiment internal special case
authorDmitri Shuralyov <dmitshur@golang.org>
Fri, 14 Nov 2025 18:00:28 +0000 (13:00 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 21 Nov 2025 19:30:29 +0000 (11:30 -0800)
commitccd389036a7ba67f456d4185f4103fe233f6e551
treefb58d84e016bb3314bce6f3318e73338412b80fb
parente7787b9eca6bf0711cec1ac46841a8b09668f6a8
cmd/internal/objabi: remove -V=goexperiment internal special case

This special case was added in CL 310171 for test/run.go use, as the
comment still says, but run.go (cmd/internal/testdir/testdir_test.go
by now) stopped using this in CL 310732. There don't seem to be any
other internal or external uses of this special case, so delete it.

Doing this kind of a cleanup can become harder as more time passes,
so try it as early as now and see how it goes.

Change-Id: Ib52aac51ef05166f7349cfc7d63b860a8ece7ec0
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/720620
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/internal/objabi/flag.go