Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 529 Bytes

Activity Micro Service

https://github.com/FE-star/activity-micro-service 的 GO 实现

重新编译 proto

进入 proto 目录,执行:

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative  activity-service.proto

重新生成执行文件

在项目根目录下,执行:

go build main.go

演示

正常请求

模拟错误