我有以下内容的简单原型文件。
syntax="proto3";
package main;
message Person {
string name = 1;
int32 age = 2;
}
我正在尝试使用 protoc 为其生成 go 代码。我跑:
protoc --go_out=. simple.proto
我收到以下错误:
protoc-gen-go: unable to determine Go import path for "simple.proto"
Please specify either:
• a "go_package" option in the .proto source file, or
• a "M" argument on the command line.
main.go,go.mod并且simple.proto在同一个文件夹中。两者protoc和protoc-gen-go都在 PATH 环境中定义。
哈士奇WWW
人到中年有点甜
拉莫斯之舞
森林海
开满天机
相关分类