Open
Description
I am unsure how to test a protoc plugin that I've written with this library (awesome work btw!).
It would be great if the example folder had a _test.go
file to show how one can test their plugin by providing a .proto file. The docs mention using the debug plugin to create a .bin file but I'm still unsure on how to proceed next.
Activity