File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 55
66oauth2 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-
178See 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
3324https://github.com/golang/oauth2/issues .
3425
3526This 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.
You can’t perform that action at this time.
0 commit comments