]> Cypherpunks repositories - gostls13.git/commit
cmd/go: output missing GoDebug entries
authorIan Alexander <jitsu@google.com>
Thu, 25 Sep 2025 15:07:17 +0000 (11:07 -0400)
committerIan Alexander <jitsu@google.com>
Sat, 8 Nov 2025 12:25:35 +0000 (04:25 -0800)
commitb76103c08e72ac34db2092d2cf1a3c1ec6adf451
tree066178748c53188385132c976705a0819d38e9aa
parent47a63a331daa96de55562fbe0fa0201757c7d155
cmd/go: output missing GoDebug entries

The `go help mod edit` command references the GoDebug struct, but `go
mod edit -json` was not displaying them when appropriate.

Fixes #75105

Change-Id: Iec987882941e01b0cf4d4fe31dda9e7a6e2dde87
Reviewed-on: https://go-review.googlesource.com/c/go/+/706757
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/modcmd/edit.go
src/cmd/go/testdata/script/mod_edit_issue75105.txt [new file with mode: 0644]