No description
Find a file
Gopher Robot 04914c200c all: upgrade go directive to at least 1.24.0 [generated]
By now Go 1.25.0 has been released, and Go 1.23 is no longer supported
per the Go Release Policy (see https://go.dev/doc/devel/release#policy).

For golang/go#69095.

[git-generate]
(cd . && go get go@1.24.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none)

Change-Id: Ifa2b9ecc1efe475dfe4d60f41fb3ad2c63896d12
Reviewed-on: https://go-review.googlesource.com/c/sync/+/695358
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
2025-08-13 07:47:05 -07:00
errgroup errgroup: revert propagation of panics 2025-06-20 11:29:35 -07:00
semaphore semaphore: cancel acquisition with a done context 2024-03-04 17:26:02 +00:00
singleflight singleflight: fix typo in singleflight_test.go 2024-11-13 01:18:28 +00:00
syncmap all: update go directive to 1.18 2023-10-11 14:04:17 +00:00
codereview.cfg .: add codereview.cfg 2016-12-06 01:46:32 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:01:46 +00:00
go.mod all: upgrade go directive to at least 1.24.0 [generated] 2025-08-13 07:47:05 -07:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:06:58 +00:00
PATENTS initial commit 2015-10-30 14:31:46 +11:00
README.md README: don't recommend go get 2024-11-01 00:46:18 +00:00

Go Sync

Go Reference

This repository provides Go concurrency primitives in addition to the ones provided by the language and "sync" and "sync/atomic" packages.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/sync.

The main issue tracker for the sync repository is located at https://go.dev/issues. Prefix your issue with "x/sync:" in the subject line, so it is easy to find.