Skip to content

Commit 7274921

Browse files
griesemergopherbot
authored andcommitted
doc: document new default for GODEBUG gotypesalias setting in release notes
For #65614. Change-Id: I9487521817348053170da293c01ac55f6e3dcd20 Reviewed-on: https://go-review.googlesource.com/c/go/+/590895 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> Auto-Submit: Robert Griesemer <[email protected]> TryBot-Bypass: Robert Griesemer <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent d2909ec commit 7274921

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!-- CL 577715, CL 579076 -->
2+
By default, go/types now produces [Alias] type nodes for type aliases.
3+
This behavior can be controlled by the `GODEBUG` `gotypesalias` flag.
4+
Its default has changed from 0 in Go 1.22 to 1 in Go 1.23.

0 commit comments

Comments
 (0)