File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 5
5
6
6
oauth2 package contains a client implementation for OAuth 2.0 spec.
7
7
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
-
17
8
See pkg.go.dev for further documentation and examples.
18
9
19
10
* [ 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
33
24
https://github.com/golang/oauth2/issues .
34
25
35
26
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:
37
32
38
33
* Excluding trivial changes, all contributions should be connected to an existing issue.
39
34
* 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