From 18a8a18e3dce039fa9c697e39536299ddb2cf1a6 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Mon, 18 Mar 2024 21:59:23 -0700 Subject: [PATCH] README.md: update the playground example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ede279a..a9462dc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ synchronously to a user-provided callback. This does not replace the full generality of Go's built-in features, but it simplifies some of the plumbing for common concurrent tasks. -Here is a [working example in the Go Playground](https://play.golang.org/p/V2slrnMu2Ec). +Here is a [working example in the Go Playground](https://go.dev/play/p/wCZzMDXRUuM). ## Rationale