From ca4130e427c7982e64cb9b5e717ff67bdb725037 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 5 Nov 2018 16:40:02 +0000 Subject: [PATCH] README: add policy for new packages Fixes golang/oauth2#325 Change-Id: I3a9ad8ce1e974bb399356b18819c6b0fe60f7051 Reviewed-on: https://go-review.googlesource.com/c/147459 Reviewed-by: Ross Light --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 94ffd73..68f436e 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,13 @@ func handler(w http.ResponseWriter, r *http.Request) { } ``` +## Policy for new packages + +We no longer accept new provider-specific packages in this repo. For +defining provider endpoints and provider-specific OAuth2 behavior, we +encourage you to create packages elsewhere. We'll keep the existing +packages for compatibility. + ## Report Issues / Send Patches This repository uses Gerrit for code changes. To learn how to submit changes to