Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 261 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 261 Bytes

生成客户端代码和服务端代码命令:

protoc --go_out=. --go_opt=paths=source_relative \
    --proto_path=$(go env GOPATH)/src/github.com/zbwang163/idl\
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    ad_base_overpass.proto