directory
Version:
v1.1.23
Opens a new window with list of versions in this module.
Published: Jun 9, 2022
License: Apache-2.0
Opens a new window with license information.
README
¶
命令
protoc --proto_path=. --go_out=plugins=grpc,paths=source_relative:. goo-proto/**/*.proto
option go_package
声明 是为了让生成的其他 go 包(依赖方)可以正确 import 到本包(被依赖方)
--go_out=paths=source_relative:.
参数 是为了让加了 option go_package
声明的 proto 文件可以将 go 代码编译到与其同目录
Directories
¶
Click to show internal directories.
Click to hide internal directories.