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

..03-May-2022-

errgroup/H23-Apr-2019-

semaphore/H23-Apr-2019-

singleflight/H23-Apr-2019-

syncmap/H23-Apr-2019-

AUTHORSH A D23-Apr-2019173

CONTRIBUTING.mdH A D23-Apr-2019913

CONTRIBUTORSH A D23-Apr-2019170

LICENSEH A D23-Apr-20191.4 KiB

PATENTSH A D23-Apr-20191.3 KiB

README.mdH A D23-Apr-2019674

codereview.cfgH A D23-Apr-201921

go.modH A D23-Apr-201925

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