github.com/yandex/pandora@v0.5.32/examples/grpc/server/Makefile (about) 1 generate: 2 protoc -I proto proto/*.proto --go_out=./ --go_opt=paths=source_relative --go-grpc_out=./ --go-grpc_opt=paths=source_relative 3 4