-
Notifications
You must be signed in to change notification settings - Fork 929
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
refactor protoc-gen-triple #2380
Conversation
protoc-gen-triple should adapt to protoc logic, i.e. protoc --go_out=gen --triple_out=gen path/to/file.proto. Maybe we could refer to https://github.com/protocolbuffers/protobuf-go/blob/6d0a5dbd95005b70501b4cc2c5124dab07a1f4a0/compiler/protogen/protogen.go#L52 and think about how to put the content generated by Generator into protogen Run procedure. |
LGTM |
@@ -0,0 +1,202 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
把这个文件删了
@@ -0,0 +1,19 @@ | |||
module dubbo.apache.org/dubbo-go/v3/triple-tool | |||
|
|||
go 1.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
版本太高了,跟 dubbogo go.mod 中的 go version 保持一致
Kudos, SonarCloud Quality Gate passed! |
Change the previous stitching method to template
The command part is yet to be developed