mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
6ad8e63055
When using the M flags (which is functionally a mapping of filenames to Go package paths), provide the user the ability to also specify the package name by delimiting the package path with a ";". Example usage: Mpath/to/foo.proto=path/to/foo_go_proto;foopb This uses the exact same syntax as the go_package option where a ";" delimiter can be used to specify a package name. It brings the M flags and the go_package option closer in behavior. Change-Id: I98e1fbb66ec2f1b70b4143b305355e5ab35ea198 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/223819 Reviewed-by: Damien Neil <dneil@google.com> |
||
---|---|---|
.. | ||
protogen |