You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe it was 1.9.4. I went ahead and did a clean build in a docker environment and this bug did not occur so it must be some issue in my local environment. Unfortunately we aren't using go modules so I can't say whether or not downgrading would fix the issue. Thanks as usual for the prompt and helpful response, sorry for the (apparent) false alarm.
EDIT:
In case anyone else encounters this, I was able to resolve it by building protoc-gen-grpc-gateway from source instead of go getting it. If you already have it installed simply:
cd $GOPATH/src/github.com/grpc-ecosystem/grpc-gateway
go build -o $GOBIN/protoc-gen-grpc-gateway
Bug reports:
protoc-gen-grpc-gateway
doesn't build stubs after updating to release 1.10Steps you follow to reproduce the error:
service.pb.gw.go
does not exist as expected.What did you expect to happen instead:
service.pb.gw.go
should be output in the same folder asservice.proto
What's your theory on why it isn't working:
Hard to say since there is no output and I'm unfamiliar with how these tools work under the hood
The text was updated successfully, but these errors were encountered: