1
0
mirror of https://github.com/golang/go synced 2024-11-14 22:30:26 -07:00
go/src/sync
cuishuang a71bb570d0 all: make struct comments match struct names
Change-Id: I011f66854a9af5f3baa20abebd4b315c15db571f
Reviewed-on: https://go-review.googlesource.com/c/go/+/596715
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: shuang cui <imcusg@gmail.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-07-11 17:23:45 +00:00
..
atomic sync/atomic: correct result names for Or methods 2024-06-21 15:46:03 +00:00
cond_test.go
cond.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00
example_pool_test.go
example_test.go
export_test.go all: make struct comments match struct names 2024-07-11 17:23:45 +00:00
map_bench_test.go
map_reference_test.go
map_test.go
map.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00
mutex_test.go
mutex.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00
once_test.go
once.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00
oncefunc_test.go
oncefunc.go
pool_test.go
pool.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00
poolqueue.go
runtime2_lockrank.go
runtime2.go
runtime_sema_test.go
runtime.go
rwmutex_test.go
rwmutex.go sync: refer to Locker interface methods in RWMutex.RLocker doc 2024-07-01 13:44:22 +00:00
waitgroup_test.go
waitgroup.go sync: include links to the Go memory model in package documentation 2024-06-07 21:14:51 +00:00