go-grpc-http-rest-microservice-tutorial icon indicating copy to clipboard operation
go-grpc-http-rest-microservice-tutorial copied to clipboard

Source code for tutorial "How to develop Go gRPC microservice with HTTP/REST endpoint, middleware, Kubernetes deployment, etc."

Results 5 go-grpc-http-rest-microservice-tutorial issues
Sort by recently updated
recently updated
newest added

If i am reading [Standard Project Layout](https://github.com/golang-standards/project-layout) repo right, then `/pkg/*` contains only reusable packages like `/pkg/errors`, `/pkg/logger`, `/pkg/metrics`, `/pkg/tracing`, etc... those are packages which could be imported in other...

Getting below error while the executing the protoc-gen.cmd file:- protoc-gen-grpc-gateway: program not found or is not executable  — grpc-gateway_out: protoc-gen-grpc-gateway: Plugin failed with status code 1. protoc-gen-swagger: program not found...

@amsokol Please merge to fix #3 :+1: It would be easier for fresh _gophers_ to follow :)

Hi Aleksandr, I am running through your medium post for this and keep getting an error when I try to execute ./third_party/protoc-gen.sh. I get the error ./third_party/protoc-gen.sh: command not found....