We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Where is the source code for the plugin?
The source code for the protoc-gen-go-sugar plugin is found here:
protoc-gen-go-sugar
https://github.com/pentops/protoc-gen-go-sugar
Does the plugin have a valid semver version?
v1.0.0, this is directly versioning the plugin and is not linked to any external project
Does the plugin have a dependency on another plugin?
Example, the protoc-gen-go-sugar plugin has a dependency on the base types produced by protoc-gen-go which can be found here:
protoc-gen-go
https://github.com/protocolbuffers/protobuf-go/tree/master/cmd/protoc-gen-go
Does the output of this plugin depend on any other external libraries?
The generated code only depends on protoc-gen-go output and the standard library
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mandatory
Where is the source code for the plugin?
The source code for the
protoc-gen-go-sugar
plugin is found here:https://github.com/pentops/protoc-gen-go-sugar
Optional
Does the plugin have a valid semver version?
v1.0.0, this is directly versioning the plugin and is not linked to any external project
Does the plugin have a dependency on another plugin?
Example, the
protoc-gen-go-sugar
plugin has a dependency on the base types produced byprotoc-gen-go
which can be found here:https://github.com/protocolbuffers/protobuf-go/tree/master/cmd/protoc-gen-go
Does the output of this plugin depend on any other external libraries?
The generated code only depends on protoc-gen-go output and the standard library
The text was updated successfully, but these errors were encountered: