Skip to content

Commit 22134a4

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: Ib6a6fb8989df8071b20d50de446d05b270c1f1ae Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/624195 Commit-Queue: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cody Oss <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 3e64809 commit 22134a4

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55

66
oauth2 package contains a client implementation for OAuth 2.0 spec.
77

8-
## Installation
9-
10-
~~~~
11-
go get golang.org/x/oauth2
12-
~~~~
13-
14-
Or you can manually git clone the repository to
15-
`$(go env GOPATH)/src/golang.org/x/oauth2`.
16-
178
See pkg.go.dev for further documentation and examples.
189

1910
* [pkg.go.dev/golang.org/x/oauth2](https://pkg.go.dev/golang.org/x/oauth2)
@@ -33,7 +24,11 @@ The main issue tracker for the oauth2 repository is located at
3324
https://github.com/golang/oauth2/issues.
3425

3526
This repository uses Gerrit for code changes. To learn how to submit changes to
36-
this repository, see https://golang.org/doc/contribute.html. In particular:
27+
this repository, see https://go.dev/doc/contribute.
28+
29+
The git repository is https://go.googlesource.com/oauth2.
30+
31+
Note:
3732

3833
* Excluding trivial changes, all contributions should be connected to an existing issue.
3934
* API changes must go through the [change proposal process](https://go.dev/s/proposal-process) before they can be accepted.

0 commit comments

Comments
 (0)