protoc-gen-gotemplate icon indicating copy to clipboard operation
protoc-gen-gotemplate copied to clipboard

:open_file_folder: generic protocol generator based on golang's text/template (grpc/protobuf)

Results 28 protoc-gen-gotemplate issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major...

🔍 Ready for Review
dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [ace](https://ace.c9.io/) ([source](https://redirect.github.com/ajaxorg/ace-builds)) | | minor...

🔍 Ready for Review
dependencies

This is a bonus, is as we can easily do it from a command just after calling protoc, Hiwever it allows to ensure every generated go files are formatted and...

more details: https://github.com/moul/repoman

chore

**Is your feature request related to a problem? Please describe.** It would be really use-full if templates are able to iterate over fields used as path variables. **Describe the solution...

enhancement

``` $ ls templates/ enum.txt.tmpl ``` ``` $ cat templates/enum.txt.tmpl This is static text ``` ``` $ protoc -I. -I=../declarations/postmark-sender --gotemplate_out=debug=true:./test/ ../declarations/postmark-sender/postmark.proto WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated. A future release...

bug

The `go.mod` and source code references `moul.io/protoc-gen-gotemplate` rather than `github.com/moul/protoc-gen-gotemplate`. Using a personal DNS is a potential security problem, as the code could be changed from that published on GitHub....

enhancement

When compiling the protobufs, I see the following message displayed. I looked briefly, but I can't tell if there is a replacement package for this. ``` WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is...

I needed to generate a file per message as well as a single file with access to all of the AST. So I added a `type` flag that you can...

🔍 Ready for Review