From 9382220bb1bf081ad4a5c2f2725a29818cdda9f8 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Wed, 11 Dec 2024 09:53:11 -0800 Subject: [PATCH] _content/doc/go1.24: add issue link to synctest relnotes For golang/go#67434 Change-Id: I6d6f0eb4d498ec65e05bedb40b68b778f7ad591f Reviewed-on: https://go-review.googlesource.com/c/website/+/635375 Reviewed-by: Michael Pratt LUCI-TryBot-Result: Go LUCI Auto-Submit: Damien Neil --- _content/doc/go1.24.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md index 7b78ce1e88..9dfd8c86b3 100644 --- a/_content/doc/go1.24.md +++ b/_content/doc/go1.24.md @@ -260,6 +260,8 @@ See the package documentation for more details. The `synctest` package is experimental and must be enabled by setting `GOEXPERIMENT=synctest` at build time. The package API is subject to change in future releases. +See [issue #67434](/issue/67434) for more information and +to provide feeback. ### Minor changes to the library {#minor_library_changes}