I have been using rules_proto in my projects following example set by rules_go, as I will imagine, most people do.
However, rules_proto are apparently unmaintained for quite some time now and are considered deprecated - module from the main protobuf repository must be used instead.
As rules_go don't only provide the useful go rules but also set example for user projects, should not they be updated to use the presently maintained protobuf module?
I have been using rules_proto in my projects following example set by rules_go, as I will imagine, most people do.
However, rules_proto are apparently unmaintained for quite some time now and are considered deprecated - module from the main protobuf repository must be used instead.
As rules_go don't only provide the useful go rules but also set example for user projects, should not they be updated to use the presently maintained protobuf module?