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

annotations: correct go_package #80

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

howardjohn
Copy link
Contributor

This is currently pointing at a non-existant package. Some proto tools just ignore this and make things work, but it should pont to the real go package for maximum compatibiltiy AFAIK.

@@ -8,7 +8,7 @@ package udpa.annotations;

import "google/protobuf/descriptor.proto";

option go_package = "github.com/cncf/xds/go/annotations";
option go_package = "github.com/cncf/udpa/go/annotations";

Choose a reason for hiding this comment

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

Shouldn't these be github.com/cncf/xds/go/udpa/annotations?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, good catch. updated

This is currently pointing at a non-existant package. Some proto tools
just ignore this and make things work, but it should pont to the real go
package for maximum compatibiltiy AFAIK.

Signed-off-by: John Howard <[email protected]>
Copy link

@adisuissa adisuissa left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@adisuissa adisuissa merged commit 0fa0005 into cncf:main Nov 28, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants