goprotowrap
goprotowrap copied to clipboard
A package-at-a-time wrapper for protoc, for generating Go protobuf code.
Results
2
goprotowrap issues
Sort by
recently updated
recently updated
newest added
protowrap will generate go files to a directory which resembles the go package of pb file. Example: ```protobuf syntax = "proto3"; package foo; option go_package = "github.com/xyz/project/foo"; ``` When compiled,...
I'm interested in using this, but I'm not really sure how my proto files should be organized. I'm getting the error: `Error: proto file "" must have a lexicographical prefix...