xolstice / protobuf-maven-plugin

Maven Plugin that executes the Protocol Buffers (protoc) compiler
https://www.xolstice.org/protobuf-maven-plugin/
Other
232 stars 76 forks source link

Add Go (Golang) support #68

Open gromi08 opened 4 years ago

gromi08 commented 4 years ago

protoc supports go with: --go_out=$DST_DIR Can protobuf-maven-plugin support go as well? Thanks!