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

Fix golint error of package comment form #1487

Merged

Conversation

wgliang
Copy link
Member

@wgliang wgliang commented Jan 23, 2021

Run golint ./... | grep "Package ", we can get like:

bridge/opentracing/doc.go:15:1: package comment should be of the form "Package opentracing ..."
bridge/opentracing/migration/api.go:15:1: package comment should be of the form "Package migration ..."
exporters/trace/jaeger/reconnecting_udp_client.go:1:1: package comment should be of the form "Package jaeger ..."
sdk/export/trace/tracetest/test.go:15:1: package comment should be of the form "Package tracetest ..."

This PR just fix this error package comment form.

Copy link
Member

@XSAM XSAM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@XSAM XSAM added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jan 25, 2021
Base automatically changed from master to main January 29, 2021 19:39
@wgliang
Copy link
Member Author

wgliang commented Feb 4, 2021

Who can merge this PR?

@MrAlias MrAlias merged commit 186c295 into open-telemetry:main Feb 4, 2021
@MrAlias MrAlias mentioned this pull request Feb 12, 2021
ldelossa pushed a commit to ldelossa/opentelemetry-go that referenced this pull request Mar 5, 2021
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants