mirror of
https://github.com/golang/go.git
synced 2025-12-07 13:50:04 +00:00
This announcement follows the policy outlined in #76163. For #76472. Change-Id: I4299e7f474e314810883dc4f50be6afba8c3e3e7 Reviewed-on: https://go-review.googlesource.com/c/go/+/726020 Auto-Submit: Robert Griesemer <gri@google.com> Reviewed-by: Alan Donovan <adonovan@google.com> Reviewed-by: Robert Griesemer <gri@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
370 B
370 B
The gotypesalias GODEBUG setting introduced in Go 1.22
will be removed in the next major Go release.
Starting in Go 1.27, the go/types package will always produce an
Alias type for the representation of type aliases
regardless of GODEBUG setting or go.mod language version.