diff options
| author | cuishuang <imcusg@gmail.com> | 2024-07-04 14:10:55 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-07-11 17:23:45 +0000 |
| commit | a71bb570d064f6d0c1cf59cef4b7a044be7a39d3 (patch) | |
| tree | 6e87492ed7814855e8dd6ac085e0ab1a82dad570 /src/sync | |
| parent | 611f18c4e9c63921f6e036a4738542f476b7305a (diff) | |
| download | go-a71bb570d064f6d0c1cf59cef4b7a044be7a39d3.tar.xz | |
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>
Diffstat (limited to 'src/sync')
| -rw-r--r-- | src/sync/export_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/export_test.go b/src/sync/export_test.go index b55cecd987..ddde30e018 100644 --- a/src/sync/export_test.go +++ b/src/sync/export_test.go @@ -10,7 +10,7 @@ var Runtime_Semrelease = runtime_Semrelease var Runtime_procPin = runtime_procPin var Runtime_procUnpin = runtime_procUnpin -// poolDequeue testing. +// PoolDequeue exports an interface for pollDequeue testing. type PoolDequeue interface { PushHead(val any) bool PopHead() (any, bool) |
