diff options
| author | zuojunwei.1024 <zuojunwei.1024@bytedance.com> | 2026-01-09 16:23:56 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-01-12 07:56:23 -0800 |
| commit | 679210c97f2bc17afa75a74fc01fee5b800996ed (patch) | |
| tree | bc71ca2beaaa01e04b02988004ff1a9ef14c3d48 /_content/doc | |
| parent | 76c3d4ea151c4d927cab760d7db1112affee9c72 (diff) | |
| download | go-x-website-679210c97f2bc17afa75a74fc01fee5b800996ed.tar.xz | |
_content/doc/go1.26.md: fix section name typo
Change-Id: Ic5ca78410a04cb9a153a24128546290c2d5fb150
Reviewed-on: https://go-review.googlesource.com/c/website/+/735100
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to '_content/doc')
| -rw-r--r-- | _content/doc/go1.26.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md index 7b0e2503..bd5d4cbd 100644 --- a/_content/doc/go1.26.md +++ b/_content/doc/go1.26.md @@ -237,7 +237,7 @@ Go executables, and they may affect people who use external linking mode with custom linker scripts. - The `moduledata` structure is now in its own section, named - `go.module`. + `.go.module`. - The `moduledata` `cutab` field, which is a slice, now has the correct length; previously the length was four times too large. - The `pcHeader` found at the start of the `.gopclntab` section no |
