schemabuf
schemabuf copied to clipboard
hi,i got an question for golang project.
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