golang / oauth2

Go OAuth2
https://golang.org/x/oauth2
BSD 3-Clause "New" or "Revised" License
5.38k stars 991 forks source link

Move client_appengine.go to a sub-directory #195

Open orloffm opened 8 years ago

orloffm commented 8 years ago

Suggestion, I'm not sure if it is not stupid. Currently when using a package manager like glide the whole app engine code is downloaded, even though I'm not planning to use anything Google-related.

rakyll commented 8 years ago

We promised not to break any APIs. Given that, I do not think we can move the package, otherwise we should instruct the appengine users to include the new sub package for the side effects.

sg0hsmt commented 6 months ago

This issue should now be resolved. Dependency was removed at v0.19.0 and there is no longer a dependency on google.golang.org/appengine.

refs: https://github.com/golang/oauth2/commit/3a6776ada799d857cee190d6f517c4afee7c3170