Closed
Description
I'm installing the latest packages. third_party/googleapis is missing from the package:
$ ls github.com/grpc-ecosystem/grpc-gateway/
LICENSE.txt internal protoc-gen-swagger runtime utilities
So I can't compile anything because it depends on those files existing:
protoc -I/usr/local/include -I. \
-I$GOPATH/src \
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--ruby_out=. \
path/to/your_service.proto
Metadata
Assignees
Labels
No labels