aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMateusz Poliwczak <mpoliwczak34@gmail.com>2026-02-13 15:47:45 +0100
committerGopher Robot <gobot@golang.org>2026-02-13 11:44:40 -0800
commit4f5d5ddf7c79305cc49c777efa3c365dd58f34df (patch)
treee008e6aa128fd64d349f4e8ae1e0a11002f500d0 /src
parentf1918c4b49c11632f1aa887ccf9e27ae49260b6d (diff)
downloadgo-4f5d5ddf7c79305cc49c777efa3c365dd58f34df.tar.xz
doc: document the gotypesalias removal
Change-Id: I21a23870ba1917c72efaa6438f7cd32f6a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/745280 Reviewed-by: Junyang Shao <shaojunyang@google.com> Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Mateusz Poliwczak <mpoliwczak34@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/internal/godebugs/table.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/godebugs/table.go b/src/internal/godebugs/table.go
index a7c984b5e2..10c4eb715e 100644
--- a/src/internal/godebugs/table.go
+++ b/src/internal/godebugs/table.go
@@ -87,6 +87,9 @@ type RemovedInfo struct {
}
// Removed contains all GODEBUGs that we have removed.
+//
+// Every removed GODEBUG must have a corresponding section in doc/godebug.md,
+// since cmd/go links to this document when a removed GODEBUG is used.
var Removed = []RemovedInfo{
{Name: "x509sha1", Removed: 24},
{Name: "gotypesalias", Removed: 27},