Skip to content

Commit 151027e

Browse files
ianlancetaylorgopherbot
authored andcommittedNov 1, 2024·
README: don't recommend go get
These days people will just import the packages and the go tool will do the right thing. We don't need to explain it. Add a pointer to the git repo, though. For golang/go#62645 Change-Id: Icbe33e05f96e1b32f6fcc99fb5fb0b2ecb213a08 Reviewed-on: https://go-review.googlesource.com/c/sync/+/623820 Commit-Queue: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 411f99e commit 151027e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
 

‎README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@
55
This repository provides Go concurrency primitives in addition to the
66
ones provided by the language and "sync" and "sync/atomic" packages.
77

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-
138
## Report Issues / Send Patches
149

1510
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.
1714

1815
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
2017
subject line, so it is easy to find.

0 commit comments

Comments
 (0)
Please sign in to comment.