plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Plugin request for Buf Schema Registry: protoc-gen-go-sugar

Open daemonl opened this issue 2 years ago • 0 comments

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 by protoc-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

daemonl avatar Jul 11 '23 21:07 daemonl