79332675

Date: 2025-01-06 10:01:27
Score: 2
Natty:
Report link

I found an answer after some time. All I needed to do was to specify the .proto syntax I was using with the file

syntax = "proto3";

package routeguide;
option go_package = "/proto";

Read more here

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tushar Gupta