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