Skip to content

Commit

Permalink
README.md: update the playground example
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Mar 19, 2024
1 parent cca22ae commit 18a8a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 18a8a18

Please sign in to comment.