You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: