We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fc691 commit 0481857Copy full SHA for 0481857
cmd/govulncheck/gotypesalias.go
@@ -0,0 +1,12 @@
1
+// Copyright 2024 The Go Authors. All rights reserved.
2
+// Use of this source code is governed by a BSD-style
3
+// license that can be found in the LICENSE file.
4
+
5
+//go:build go1.23
6
7
+//go:debug gotypesalias=1
8
9
+package main
10
11
+// Materialize aliases whenever the go toolchain version is after 1.23 (#69772).
12
+// Remove this file after go.mod >= 1.23 (which implies gotypesalias=1).
0 commit comments