schemabuf icon indicating copy to clipboard operation
schemabuf copied to clipboard

hi,i got an question for golang project.

Open c5433137 opened this issue 5 years ago • 0 comments

language: golang i generate proto file . contain text as follow: google.protobuf.Timestamp create_time = 19; google.protobuf.Timestamp update_time = 20;

but when i build my golang project. can.'t find *protobuf.Timestamp this type. the reason is that author of this repositor can't exist go file from protoFile. How can I solve this problem? ----- i use ci-cd,so it's not good by Manually generating

c5433137 avatar Oct 26 '19 02:10 c5433137