The plugins package has some decent documentation, but I can't tell how it's actually intended to be used. Could you create an example, perhaps in plugins/README.md?
As an idea, what if I wanted to codegen a copy of the structs created by protoc-gen-go, but with different struct tags? How would that look? I get a little taste of it from the docs but I feel like I'm missing a lot of context.
The
pluginspackage has some decent documentation, but I can't tell how it's actually intended to be used. Could you create an example, perhaps inplugins/README.md?As an idea, what if I wanted to codegen a copy of the structs created by
protoc-gen-go, but with different struct tags? How would that look? I get a little taste of it from the docs but I feel like I'm missing a lot of context.