mirror of https://github.com/golang/go.git
This CL exports the previously unexported Alias type and corresponding functions and methods per issue #63223. Whether Alias types are used or not is controlled by the gotypesalias setting with the GODEBUG environment variable. Setting gotypesalias to "1" enables the Alias types: GODEBUG=gotypesalias=1 By default, gotypesalias is not set. Adjust test cases that enable/disable the use of Alias types to use -gotypesalias=1 or -gotypesalias=0 rather than -alias and -alias=false for consistency and to avoid confusion. For #63223. Change-Id: I51308cad3320981afac97dd8c6f6a416fdb0be55 Reviewed-on: https://go-review.googlesource.com/c/go/+/541737 Run-TryBot: Robert Griesemer <gri@google.com> Reviewed-by: Robert Findley <rfindley@google.com> Auto-Submit: Robert Griesemer <gri@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@google.com> |
||
|---|---|---|
| .. | ||
| 50102.txt | ||
| 51246.txt | ||
| 51971.txt | ||
| 53693.txt | ||
| 54898.txt | ||
| 56353.txt | ||
| 57178.txt | ||
| 58000.txt | ||
| 59599.txt | ||
| 60061.txt | ||
| 60088.txt | ||
| 60204.txt | ||
| 60370.txt | ||
| 60665.txt | ||
| 61410.txt | ||
| 61619.txt | ||
| 61642.txt | ||
| 61716.txt | ||
| 61758.txt | ||
| 61870.txt | ||
| 61974.txt | ||
| 62037.txt | ||
| 62039.txt | ||
| 62418.txt | ||
| 62605.txt | ||
| 63223.txt | ||
| 63725.txt | ||