golang/src/cmd/go
Michael Matloob e95f6af008 cmd/go/internal/envcmd: remove duplicate env value set
CL 586095 wasn't needed because setting the GODEBUG value was just moved
lower in CL 563137. Now we set it twice. Remove the second set so that
it's only set once.

Change-Id: I4a830977833b007e996d0ccaec705a1da4631e6c
Reviewed-on: https://go-review.googlesource.com/c/go/+/586477
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-05-17 18:28:42 +00:00
..
internal cmd/go/internal/envcmd: remove duplicate env value set 2024-05-17 18:28:42 +00:00
testdata cmd/go: add go telemetry command and GOTELEMETRY, GOTELEMETRYDIR 2024-05-16 20:16:39 +00:00
alldocs.go cmd/go: add go telemetry command and GOTELEMETRY, GOTELEMETRYDIR 2024-05-16 20:16:39 +00:00
chdir_test.go cmd/go: add -C flag 2022-11-03 12:16:35 +00:00
export_test.go cmd/go: avoid rebuilding itself in TestMain 2022-03-04 18:03:16 +00:00
go11.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
go_boring_test.go [dev.boringcrypto] all: add boringcrypto build tags 2022-04-29 14:23:22 +00:00
go_test.go cmd/go: add -changed to query for non-defaults in the env 2024-05-16 14:34:32 +00:00
go_unix_test.go cmd/go: in TestGoBuildUmask, create a file using os.WriteFile as a control 2023-09-19 16:17:55 +00:00
go_windows_test.go cmd/go: use testenv.Command instead of exec.Command in tests 2022-11-15 20:21:26 +00:00
help_test.go cmd/go: skip TestDocsUpToDate if 'go build' is not supported 2023-02-28 15:45:49 +00:00
init_test.go cmd/go: use testenv.Command instead of exec.Command in tests 2022-11-15 20:21:26 +00:00
main.go cmd/go: add go telemetry command and GOTELEMETRY, GOTELEMETRYDIR 2024-05-16 20:16:39 +00:00
note_test.go cmd/dist: refactor generated cgo-support logic 2023-04-20 17:26:46 +00:00
proxy_test.go cmd/go/internal/par: use generic Cache 2023-02-03 09:56:24 +00:00
script_test.go cmd/go: remove checks that all counters incremented are in counters.txt 2024-05-03 18:15:22 +00:00
scriptcmds_test.go cmd/go: test that each script test increments at least one counter 2024-03-07 18:33:17 +00:00
scriptconds_test.go cmd: remove support for GOROOT_FINAL 2024-02-21 22:16:54 +00:00
scriptreadme_test.go cmd: remove support for GOROOT_FINAL 2024-02-21 22:16:54 +00:00
stop_other_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
stop_unix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
terminal_test.go cmd/go: in TestTerminalPassthrough, delay subprocess exit until the PTY has been read 2022-12-07 18:18:50 +00:00