Skip to content

Commit 054f1fc

Browse files
ianlancetaylorgopherbot
authored andcommitted
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: I94cd9c588a68d92c61d00be05740248509a2ae6e Reviewed-on: https://go-review.googlesource.com/c/sys/+/624078 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
1 parent ca04041 commit 054f1fc

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 holds supplemental Go packages for low-level interactions with
66
the operating system.
77

8-
## Download/Install
9-
10-
The easiest way to install is to run `go get -u golang.org/x/sys`. You can
11-
also manually git clone the repository to `$GOPATH/src/golang.org/x/sys`.
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/sys.
1714

1815
The main issue tracker for the sys repository is located at
19-
https://github.com/golang/go/issues. Prefix your issue with "x/sys:" in the
16+
https://go.dev/issues. Prefix your issue with "x/sys:" in the
2017
subject line, so it is easy to find.

0 commit comments

Comments
 (0)