errgroup/errgroup
Olivier Mengué 59c1ca1e46 errgroup: add reference to sync.WaitGroup
Add doc link to sync.WaitGroup in the package documentation.

Rationale:
The reference to sync.WaitGroup might be obvious to the authors of this
package, but it wasn't to me, so despites I had seen this package
multiple times I had never made the link to sync.WaitGroup. So when
playing with WaitGroup I was missing remembering about errgroup.
In hope this will help others as well as my future self.

Change-Id: I2c56976958ad9ab94c1596c96fa86c00dd73d2fb
Reviewed-on: https://go-review.googlesource.com/c/sync/+/538335
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2023-12-07 16:58:19 +00:00
..
errgroup.go errgroup: add reference to sync.WaitGroup 2023-12-07 16:58:19 +00:00
errgroup_example_md5all_test.go all: remove x/net/context in favour of context 2018-11-08 01:04:31 +00:00
errgroup_test.go x/sync/errgroup: add TryGo and SetLimit to control concurrency 2022-05-13 21:05:16 +00:00
go120.go all: update go directive to 1.18 2023-10-11 14:04:17 +00:00
go120_test.go all: update go directive to 1.18 2023-10-11 14:04:17 +00:00
pre_go120.go all: update go directive to 1.18 2023-10-11 14:04:17 +00:00