simple/

directory
v0.0.0-...-67bf5fd Latest Latest
Warning

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

Go to latest
Published: May 18, 2022 License: MIT

README

Hello world Grpc

> cd go-course-projects/go7/rpc-g7/grpc/simple/server
# 生成 serivce pb编译文件
> protoc -I=. --go_out=. --go_opt=module="gitee.com/go-course/rpc-g7/grpc/simple/server" pb/hello.proto



# 补充rpc 接口定义protobuf的代码生成
protoc -I=. --go_out=. --go_opt=module="gitee.com/go-course/rpc-g7/grpc/simple/server" --go-grpc_out=. --go-grpc_opt=module="gitee.com/go-course/rpc-g7/grpc/simple/server" pb/hello.proto

Directories

Path Synopsis
pb

Jump to

Keyboard shortcuts

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