An open API service indexing awesome lists of open source software.

https://github.com/isjordanbraz/go-grpc

grpc with Golang
https://github.com/isjordanbraz/go-grpc

Last synced: 3 months ago
JSON representation

grpc with Golang

Awesome Lists containing this project

README

        

protoc -I greet/proto --go_out=. --go-grpc_out=. greet/proto/dummy.proto
protoc -I greet/proto --go_out=. --go_opt=module=go-grpc --go-grpc_out=. --go-grpc_opt=module=go-grpc greet/proto/dummy.proto