• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

errgroup/H17-Mar-2020-

semaphore/H17-Mar-2020-

singleflight/H17-Mar-2020-

syncmap/H17-Mar-2020-

AUTHORSH A D17-Mar-2020173

CONTRIBUTING.mdH A D17-Mar-2020913

CONTRIBUTORSH A D17-Mar-2020170

LICENSEH A D17-Mar-20201.4 KiB

PATENTSH A D17-Mar-20201.3 KiB

README.mdH A D17-Mar-2020674

codereview.cfgH A D17-Mar-202021

go.modH A D17-Mar-202025

README.md

1# Go Sync
2
3This repository provides Go concurrency primitives in addition to the
4ones provided by the language and "sync" and "sync/atomic" packages.
5
6## Download/Install
7
8The easiest way to install is to run `go get -u golang.org/x/sync`. You can
9also manually git clone the repository to `$GOPATH/src/golang.org/x/sync`.
10
11## Report Issues / Send Patches
12
13This repository uses Gerrit for code changes. To learn how to submit changes to
14this repository, see https://golang.org/doc/contribute.html.
15
16The main issue tracker for the sync repository is located at
17https://github.com/golang/go/issues. Prefix your issue with "x/sync:" in the
18subject line, so it is easy to find.
19