cavalcantegb / grpc-fc

Code examples from FullCycle grpc course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpc-fc

Command to generate the stubs: protoc --proto_path=proto proto/*.proto --go_out=pb

Command to generate _grpc: protoc --proto_path=proto proto/*.proto --go_out=pb --go-grpc_out=pb

About

Code examples from FullCycle grpc course


Languages

Language:Go 100.0%