Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

GRPC APP

How to generate proto

clone submodule googleapis

git submodule update --init --recursive

then go generate

cd proto/greeter
protoc -I. -I../googleapis --go_out=plugins=grpc:. *.proto
protoc -I. -I../googleapis --grpc-gateway_out=:. *.proto