Skip to content

Commit

Permalink
_content/doc/go1.24: remove fixed-width spacing notice
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
aclements committed Jan 2, 2025
1 parent 660603b commit 5e6fc82
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions _content/doc/go1.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ title: Go 1.24 Release Notes
template: false
---

<!--
NOTE: In this document and others in this directory, the convention is to
set fixed-width phrases with non-fixed-width spaces, as in
`hello` `world`.
-->

<style>
main ul li { margin: 0.5em 0; }
</style>
Expand Down Expand Up @@ -780,7 +774,7 @@ Go 1.25 will require macOS 12 Monterey or later.
<!-- go.dev/issue/65199, CL 603055 -->
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.
Expand All @@ -799,7 +793,7 @@ The support files for WebAssembly have been moved to `lib/wasm` from `misc/wasm`
### Windows {#windows}

<!-- go.dev/issue/70705 -->
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.

<!-- Maybe worth including or maybe fine not to include in Go 1.24 release notes. Someone more familiar with the change makes the call.
Expand Down

0 comments on commit 5e6fc82

Please sign in to comment.