Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/oauth2/internal: duplicate package comment #15855

Closed
ghost opened this issue May 27, 2016 · 1 comment
Closed

x/oauth2/internal: duplicate package comment #15855

ghost opened this issue May 27, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented May 27, 2016

Each file in the x/oauth2/internal package contains a package comment. Looking at the package docs displays the following:

% go doc golang.org/x/oauth2/internal
package internal // import "golang.org/x/oauth2/internal"

Package internal contains support packages for oauth2 package.

Package internal contains support packages for oauth2 package.

Package internal contains support packages for oauth2 package.

...

Only one file should have the package comment.

@quentinmit quentinmit added this to the Unreleased milestone Jun 17, 2016
@gopherbot
Copy link

Change https://golang.org/cl/66730 mentions this issue: oauth2/internal: remove duplicate package documentation

@golang golang locked and limited conversation to collaborators Sep 28, 2018
codegod2222 added a commit to codegod2222/oauth_go that referenced this issue Nov 25, 2022
Fixes golang/go#15855

Change-Id: I71a532a95995fbbfd8a9acd75244537cd05f02f0
Reviewed-on: https://go-review.googlesource.com/66730
Reviewed-by: JBD <jbd@google.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants