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

..03-May-2022-

errgroup/H20-Feb-2021-

semaphore/H20-Feb-2021-

singleflight/H20-Feb-2021-

syncmap/H20-Feb-2021-

AUTHORSH A D20-Feb-2021173

CONTRIBUTING.mdH A D20-Feb-2021913

CONTRIBUTORSH A D20-Feb-2021170

LICENSEH A D20-Feb-20211.4 KiB

PATENTSH A D20-Feb-20211.3 KiB

README.mdH A D20-Feb-2021779

codereview.cfgH A D20-Feb-202121

go.modH A D20-Feb-202125

README.md

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