errgroup/semaphore
Russ Cox 036812b2e8 all: go fmt ./...
Make all our package sources use Go 1.17 gofmt format
(adding //go:build lines).

Not strictly necessary but will avoid spurious changes
as files are edited.

Part of //go:build change (#41184).
See https://golang.org/design/draft-gobuild

Change-Id: Ie3f0a5f80ab53b95a25db9ccfd9a3cc4ea7ff465
Reviewed-on: https://go-review.googlesource.com/c/sync/+/294370
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
2021-02-20 03:29:51 +00:00
..
semaphore.go semaphore: unblock waiters when the front waiter cancels 2020-03-17 01:50:54 +00:00
semaphore_bench_test.go all: go fmt ./... 2021-02-20 03:29:51 +00:00
semaphore_example_test.go semaphore: add worker-pool example 2017-11-01 21:47:15 +00:00
semaphore_test.go semaphore: unblock waiters when the front waiter cancels 2020-03-17 01:50:54 +00:00