jhump / protoreflect

Reflection (Rich Descriptors) for Go Protocol Buffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't handle the import proto

gx303841541 opened this issue · comments

commented

if the proto imports another proto file:

syntax = "proto2";
package promotion.seller_marketing.main.add_on_deal;
import "sp_idl.proto";

will raise the error "open sp_idl.proto: no such file or directory"
How would I avoid this error? I can't find the answer in the doc.

commented

not issue