💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
自动生成命名详解 === ``` protoc --proto_path=service/account/proto/ --go_out=service/account/proto --micro_out=service/account/proto service/account/proto/user.proto ``` - `--proto_path=` 编译proto文件的所在的目录 - `--go_out=`生成 编译go文件输出的目录 - `--micro_out=`生成micro风格的文件目录 最后一个是目标文件 ``` protoc --proto_path= --go_out= 目标文件 ```