Skip to content

third_party/googleapis is missing from package #1065

Closed
@ggilley

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions