From eb6bd101f7d43d42afd05a7cc57a50d958196c9f Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Thu, 25 Mar 2021 08:53:47 -0400 Subject: [PATCH] Remove obsolete roadmap spreadsheet from README.md The roadmap spreadsheet has not been used lately and I believe it would improve the README.md to simply remove it to reduce confusion. --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index e05d1f5a23b..fd026581b32 100644 --- a/README.md +++ b/README.md @@ -254,15 +254,6 @@ For complete usage of go-github, see the full [package docs][]. You can run integration tests from the `test` directory. See the integration tests [README](test/README.md). -## Roadmap ## - -This library is being initially developed for an internal application at -Google, so API methods will likely be implemented in the order that they are -needed by that application. You can track the status of implementation in -[this Google spreadsheet][roadmap]. - -[roadmap]: https://docs.google.com/spreadsheet/ccc?key=0ApoVX4GOiXr-dGNKN1pObFh6ek1DR2FKUjBNZ1FmaEE&usp=sharing - ## Contributing ## I would like to cover the entire GitHub API and contributions are of course always welcome. The calling pattern is pretty well established, so adding new methods is relatively