From 5e6fc827edf87a3ec92dbf1bf46df8b30064938d Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Fri, 27 Dec 2024 11:29:52 -0500 Subject: [PATCH] _content/doc/go1.24: remove fixed-width spacing notice Ever since CL 362015 in 2021 it hasn't been necessary to set "fixed-width phrases with non-fixed-width spaces" because the site CSS now takes care of this typesetting convention. See also CL 638565, where I've removed this from the initial template. Change-Id: I78275c013050993219241aac40923a964f4aa69e Reviewed-on: https://go-review.googlesource.com/c/website/+/638956 Reviewed-by: Jonathan Amsterdam Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor --- _content/doc/go1.24.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md index 2fd85e2b80..30f93190fe 100644 --- a/_content/doc/go1.24.md +++ b/_content/doc/go1.24.md @@ -3,12 +3,6 @@ title: Go 1.24 Release Notes template: false --- - - @@ -780,7 +774,7 @@ Go 1.25 will require macOS 12 Monterey or later. The `go:wasmexport` directive is added for Go programs to export functions to the WebAssembly host. -On WebAssembly System Interface Preview 1 (`GOOS=wasip1`, `GOARCH=wasm`), Go 1.24 supports +On WebAssembly System Interface Preview 1 (`GOOS=wasip1 GOARCH=wasm`), Go 1.24 supports building a Go program as a [reactor/library](https://github.com/WebAssembly/WASI/blob/63a46f61052a21bfab75a76558485cf097c0dbba/legacy/application-abi.md#current-unstable-abi), by specifying the `-buildmode=c-shared` build flag. @@ -799,7 +793,7 @@ The support files for WebAssembly have been moved to `lib/wasm` from `misc/wasm` ### Windows {#windows} -The windows/arm port (`GOOS=windows` `GOARCH=arm`) has been marked broken. +The windows/arm port (`GOOS=windows GOARCH=arm`) has been marked broken. See [issue #70705](/issue/70705) for details.