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

..03-May-2022-

errgroup/H11-Sep-2019-346247

semaphore/H11-Sep-2019-517378

singleflight/H11-Sep-2019-281204

syncmap/H11-Sep-2019-940665

AUTHORSH A D11-Sep-2019173 43

CONTRIBUTING.mdH A D11-Sep-2019913 2717

CONTRIBUTORSH A D11-Sep-2019170 43

LICENSEH A D11-Sep-20191.4 KiB2824

PATENTSH A D11-Sep-20191.3 KiB2320

README.mdH A D11-Sep-2019674 1912

codereview.cfgH A D11-Sep-201921 21

go.modH A D11-Sep-201925 21

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