Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 223 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 223 Bytes

Go gRPC Demo

protoc -I. --go_out=. weather.proto
protoc --go_out=. --go_opt=paths=source_relative  --go-grpc_out=. --go-grpc_opt=paths=source_relative  weather.proto

proto file example @ahmetb