protobuild icon indicating copy to clipboard operation
protobuild copied to clipboard

Build protobufs in Go, easily

Results 11 protobuild issues
Sort by recently updated
recently updated
newest added

https://developers.google.com/protocol-buffers/docs/reference/go-generated documents a flag `paths=source_relative`: > If the paths=source_relative flag is specified, the output file is placed in the same relative directory as the input file. For example, an input...

paths=source_relative enables protobuild to work when a project is checked out to a directory not located in the GOPATH.

I understand that this tool has a focus on Go applications but in general, a GRPC or protobuf definition is shared by other languages in order to generate the client...

It might be time to start considering support for Go modules. Suggestions and support are welcome.

Support generation of multiple service interface code implementations via different plugins from a single .proto. A user should be able to target a specific .proto and specify the plugin, and...

We cannot add option to the choosen generator. For example with [protoc-gen-gotemplate](https://github.com/moul/protoc-gen-gotemplate) you can add `debug` or `template_dir` option to the generator like : `--gotemplate_out=template_dir=.,debug=true:.` It could be cool to...

Right now, it is a little hard to tell the commands from the output. This makes it easy to missing warnings in the output. Output should probably have some sort...

There are cases where the same file can be included relative to vendor or GOPATH. In GOPATH, they might look like this: ``` github.com/myproject/foo/vendor/github.com/otherproject/foo/foo.proto ``` As referenced through vendor, they...

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies