goo-proto/

directory
v1.1.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2022 License: Apache-2.0

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

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL