commit | 18b2cf5a6b4fea0f790d9d83186bac65fdb241a5 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <[email protected]> | Wed Mar 15 13:12:26 2023 -0400 |
committer | Dan Willemsen <[email protected]> | Wed Mar 15 13:14:07 2023 -0400 |
tree | 825d3ee7eb88951e09d40ab3971b2e976ffcbc71 | |
parent | 017d6e2373ef77b5861649f777857f07b195f59c [diff] | |
parent | 8fcdb60fdcc0539c5e357b2308249e4e752147f1 [diff] |
Upgrade golang-x-sync to v0.1.0 Not using external_updater this time to switch to the new upstream tags. Test: treehugger Change-Id: I1c683354bf8c558a457370013012d73a8a9fd839
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.