commit | 036812b2e83c0ddf193dd5a34e034151da389d09 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Feb 19 18:54:43 2021 -0500 |
committer | Russ Cox <rsc@golang.org> | Sat Feb 20 03:29:51 2021 +0000 |
tree | e3cb141aaca7556aec1921a4c29aad53c15febb1 | |
parent | 09787c993a3ab68e3d1f5c9b2394ab9433f391be [diff] |
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>
This repository provides Go concurrency primitives in addition to the ones provided by the language and “sync” and “sync/atomic” packages.
The easiest way to install is to run go get -u golang.org/x/sync
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sync
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sync repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sync:” in the subject line, so it is easy to find.