Skip to content

Commit e883dae

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: Ia5a16d8d66395e3feee2029ea1c3140b4d3939e7 Reviewed-on: https://go-review.googlesource.com/c/net/+/624175 Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 511cc3a commit e883dae

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/net.svg)](https://pkg.go.dev/golang.org/x/net)
44

5-
This repository holds supplementary Go networking libraries.
5+
This repository holds supplementary Go networking packages.
66

7-
## Download/Install
7+
## Report Issues / Send Patches
88

9-
The easiest way to install is to run `go get -u golang.org/x/net`. You can
10-
also manually git clone the repository to `$GOPATH/src/golang.org/x/net`.
9+
This repository uses Gerrit for code changes. To learn how to submit changes to
10+
this repository, see https://go.dev/doc/contribute.
1111

12-
## Report Issues / Send Patches
12+
The git repository is https://go.googlesource.com/net.
1313

14-
This repository uses Gerrit for code changes. To learn how to submit
15-
changes to this repository, see https://golang.org/doc/contribute.html.
1614
The main issue tracker for the net repository is located at
17-
https://github.com/golang/go/issues. Prefix your issue with "x/net:" in the
15+
https://go.dev/issues. Prefix your issue with "x/net:" in the
1816
subject line, so it is easy to find.

0 commit comments

Comments
 (0)