Skip to content

Commit

Permalink
_content/doc/go1.24: minor nits
Browse files Browse the repository at this point in the history
For golang/go#68545

Change-Id: Ie32bb7d09038fb13f738f60d8be99aa6eed69d37
Reviewed-on: https://go-review.googlesource.com/c/website/+/635596
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
  • Loading branch information
FiloSottile authored and gopherbot committed Dec 12, 2024
1 parent b7e178d commit 278ac22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _content/doc/go1.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ all tools in the current module. This can be used to upgrade them all with `go g

<!-- go.dev/issue/69290 -->

Executables created by `go run` and the new behavior for `go tool` are now
Executables created by `go run` and the new behavior of `go tool` are now
cached in the Go build cache. This makes repeated executions faster at the
expense of making the cache larger. See [#69290](/issue/69290).

Expand All @@ -67,7 +67,7 @@ a test integration system, you can revert to the text build output by setting
<!-- go.dev/issue/26232 -->

The new `GOAUTH` environment variable provides a flexible way to authenticate
with private modules. See `go help goauth` for more information.
private module fetches. See `go help goauth` for more information.

<!-- go.dev/issue/50603 -->

Expand Down Expand Up @@ -613,7 +613,7 @@ The new [`DiscardHandler`](/pkg/log/slog#DiscardHandler) is a handler that is ne

Calls to the deprecated top-level [`Seed`](/pkg/math/rand#Seed) function no longer have any effect. To
restore the old behavior set `GODEBUG=randseednop=0`. For more background see
the [proposal #67273](/issue/67273).
[proposal #67273](/issue/67273).

#### [`math/rand/v2`](/pkg/math/rand/v2/)

Expand Down

0 comments on commit 278ac22

Please sign in to comment.