在golang中生成google / protobuf / timestamp

时间:2018-08-07 10:03:47

标签: go protocol-buffers

我正在尝试复制使用protoc生成timestamp.proto的方式 我尝试使用此命令

cd vendor/github.com/golang/protobuf/ptypes
protoc -I timestamp/ timestamp/timestamp.proto --go_out=plugins=grpc:timestamp

,但它与timestamp.pb.go文件生成的方式不同 它与proto.RegisterFile

有区别

我生成的文件是proto.RegisterFile("timestamp.proto", fileDescriptor0)

原始版本为proto.RegisterFile("google/protobuf/timestamp.proto", fileDescriptor0)

0 个答案:

没有答案