Open
Description
The experimental synctest package in Go 1.24 included a Run
function. This package is only available when GOEXPERIMENT=synctest
.
The non-experimental package in Go 1.25 replaces Run
with Test
. When GOEXPERIMENT=synctest
, Run
is still available to give early adopters a chance to migrate to the new API.
We will remove the Run
function in Go 1.26. Creating an issue so we don't forget.