How do I properly specify the location of my proto files in protocol buffers?

后端 未结 0 1374
悲&欢浪女
悲&欢浪女 2020-11-29 00:50

Here are the three files I am working with:

// city.proto
syntax = "proto3";
package city;

message City {

    string cityName = 1;
    string zipC         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题