https://github.com/FE-star/activity-micro-service 的 GO 实现
进入 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
https://github.com/FE-star/activity-micro-service 的 GO 实现
进入 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