0
点赞
收藏
分享

微信扫一扫

Protobuf 介绍与实战30:google/protbuf/any.proto, api.proto, descriptor.proto,empty.proto 在什么位置

1  go grpc-go 相关技术专栏 总入口

2  Protobuf介绍与实战 图文专栏 文章目录

当我们在学习xxx.proto文件时,可能会发现依赖下面的文件:
在这里插入图片描述

类似的文件,如:

  • any.proto
  • duration.proto
  • source_context.proto
  • type.proto
  • api.proto
  • empty.proto
  • struct.proto
  • wrappers.proto
  • descriptor.proto
  • field_mask.proto
  • timestamp.proto

那么,这些文件在哪里呢?

在protobuf的安装路径下,如
在这里插入图片描述

举报

相关推荐

0 条评论