File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,16 @@ Or you can manually git clone the repository to
16
16
17
17
See godoc for further documentation and examples.
18
18
19
- * [ godoc.org/golang.org/x/oauth2] ( http ://godoc.org/golang.org/x/oauth2)
20
- * [ godoc.org/golang.org/x/oauth2/google] ( http ://godoc.org/golang.org/x/oauth2/google)
19
+ * [ godoc.org/golang.org/x/oauth2] ( https ://godoc.org/golang.org/x/oauth2)
20
+ * [ godoc.org/golang.org/x/oauth2/google] ( https ://godoc.org/golang.org/x/oauth2/google)
21
21
22
22
## Policy for new packages
23
23
24
- We no longer accept new provider-specific packages in this repo. For
25
- defining provider endpoints and provider-specific OAuth2 behavior, we
26
- encourage you to create packages elsewhere. We'll keep the existing
27
- packages for compatibility.
24
+ We no longer accept new provider-specific packages in this repo if all
25
+ they do is add a single endpoint variable. If you just want to add a
26
+ single endpoint, add it to the
27
+ [ godoc.org/golang.org/x/oauth2/endpoints] ( https://godoc.org/golang.org/x/oauth2/endpoints )
28
+ package.
28
29
29
30
## Report Issues / Send Patches
30
31
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- // Package endpoints provides constants for using OAuth2 to access various service .
5
+ // Package endpoints provides constants for using OAuth2 to access various services .
6
6
package endpoints
7
7
8
8
import (
You can’t perform that action at this time.
0 commit comments