File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 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
1616
1717See godoc for further documentation and examples.
1818
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)
2121
2222## Policy for new packages
2323
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.
2829
2930## Report Issues / Send Patches
3031
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5- // Package endpoints provides constants for using OAuth2 to access various service .
5+ // Package endpoints provides constants for using OAuth2 to access various services .
66package endpoints
77
88import (
You can’t perform that action at this time.
0 commit comments