helloworld-grpc-gateway
helloworld-grpc-gateway copied to clipboard
This project is a basic hello world program utilizing gRPC-Gateway. It was developed as part of my participation in Google Season of Docs 2020 with gRPC-Gateway. The goal of this project is to introdu...
It's not working... Returns only: { "message": " world" }
# What do I do and what is its result ``` $ make generate # output buf generate --path ./proto/helloworld/hello_world.proto Failure: plugin openapiv2: could not find protoc plugin for name...
# What I do and its result ```shell $ gh repo clone iamrajiv/helloworld-grpc-gateway $ cd helloworld-grpc-gateway $ make install # output go get \ github.com/bufbuild/buf/cmd/buf \ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway \ github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2 \...