Closed ThomWright closed 2 years ago
If a proto file doesn't have a package, the generated code would use _ as the module name, which doesn't compile.
_
This change allows setting a default for when no package name is available.
Merged into dev branch and published as 4.1.0
dev
If a proto file doesn't have a package, the generated code would use
_
as the module name, which doesn't compile.This change allows setting a default for when no package name is available.