commit | bf7c9e83a86ea08d93262ec468a53e866728e36a | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Mon Dec 16 15:20:31 2019 -0800 |
committer | Sasha Smundak <asmundak@google.com> | Mon Dec 16 15:21:14 2019 -0800 |
tree | 33d284fbe2bac0aa89cb7a022d1c6f8151efb20d | |
parent | f7309415c555017e4364aa03b381e70843fce19e [diff] |
Add golang-x-sync-errgrp module Test: build on build-tools branch Bug: 137798757 Change-Id: If1b8b370fd7c09904df8c9819e5286c881b7f328
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.