-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
LibraryProposalIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.release-blocker
Milestone
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.
dmitshur, AndrewHarrisSPU, mauri870, jub0bs, Deleplace and 1 more
Metadata
Metadata
Assignees
Labels
LibraryProposalIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.release-blocker