Categorygithub.com/GeekstLee/protocol
repository
0.0.0-20220410063746-ef14b9fb9304
Repository: https://github.com/geekstlee/protocol.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

protocol

用于存放所有的公共协议文件

生成桩文件

protoc --go_out=plugins=grpc:. filePath

如:protoc --go_out=plugins=grpc:. index.proto

引用文件:protoc -I=. -I=../ --go_out=plugins=grpc:. algorithm.proto