errgroup/syncmap
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
..
go19.go all: go fmt ./... 2021-02-20 03:29:51 +00:00
map.go syncmap: use type alias for Map 2019-09-11 18:51:00 +00:00
map_bench_test.go syncmap: release m.mu during (*RWMutexMap).Range callbacks 2017-05-10 20:14:52 +00:00
map_reference_test.go syncmap: release m.mu during (*RWMutexMap).Range callbacks 2017-05-10 20:14:52 +00:00
map_test.go syncmap: backport CL 42095 2017-05-04 18:26:18 +00:00
pre_go19.go all: go fmt ./... 2021-02-20 03:29:51 +00:00