go/src/sync
sivchari a05ea985c5 all: run go fmt
I ran go fmt to fix format on the entire repository.

Change-Id: I2f09166b6b8ba0ffb0ba27f6500efb0ea4cf21ff
Reviewed-on: https://go-review.googlesource.com/c/go/+/566835
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
2024-02-28 20:35:05 +00:00
..
atomic sync: add available godoc link 2024-02-26 20:48:55 +00:00
cond.go sync: add available godoc link 2024-02-26 20:48:55 +00:00
cond_test.go
example_pool_test.go
example_test.go
export_test.go all: make more use of the new atomic integer types 2023-11-17 16:39:52 +00:00
map.go sync: add available godoc link 2024-02-26 20:48:55 +00:00
map_bench_test.go sync: add Map.Clear 2024-02-01 15:34:22 +00:00
map_reference_test.go sync: add Map.Clear 2024-02-01 15:34:22 +00:00
map_test.go sync: add Map.Clear 2024-02-01 15:34:22 +00:00
mutex.go sync: add available godoc link 2024-02-26 20:48:55 +00:00
mutex_test.go
once.go sync: add available godoc link 2024-02-26 20:48:55 +00:00
once_test.go
oncefunc.go sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Values) 2023-11-21 17:31:33 +00:00
oncefunc_test.go sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Values) 2023-11-21 17:31:33 +00:00
pool.go all: run go fmt 2024-02-28 20:35:05 +00:00
pool_test.go
poolqueue.go sync: simplify the code with atomic.Pointer 2024-02-26 18:12:29 +00:00
runtime.go
runtime2.go
runtime2_lockrank.go
runtime_sema_test.go
rwmutex.go sync: add available godoc link 2024-02-26 20:48:55 +00:00
rwmutex_test.go
waitgroup.go sync: add available godoc link 2024-02-26 20:48:55 +00:00
waitgroup_test.go