akka-guide
akka-guide copied to clipboard
Rename proto files to lower_snake_case
According to the style guide https://developers.google.com/protocol-buffers/docs/style:
Files should be named lower_snake_case.proto
and field names, e.g. cart_id
We need to make this change in the code - Then I can make the changes in the docs.
Hi, It would be more easier if you can specify the file name or field_names to change.