Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/sync Loading
base: v0.5.0
Choose a base ref
...
head repository: golang/sync Loading
compare: v0.6.0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 7, 2023

  1. 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 <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    Auto-Submit: Bryan Mills <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    dolmen authored and gopherbot committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    59c1ca1 View commit details
    Browse the repository at this point in the history
Loading