码迷,mamicode.com
首页 > 其他好文 > 详细

Protobuf 文件导入和生成

时间:2019-10-19 19:01:30      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:build   生成   git   class   use   指定   执行   位置   examples   


build:
    protoc -I=$(GOPATH)/pkg/mod/github.com/micro/micro@v1.13.1/api/proto -I /Users/lzy/Git/Learn/Go/Micro/src/examples/api/api/proto --micro_out=./proto --go_out=./proto api.proto

-I/--proto_path: 指定导入proto和生成proto的位置

--go_out: 指定生成文件位置相对于执行命令的位置

最后面指定要编译的proto文件

Protobuf 文件导入和生成

标签:build   生成   git   class   use   指定   执行   位置   examples   

原文地址:https://www.cnblogs.com/li1234yun/p/11704691.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!