We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7980281 commit 4e90e43Copy full SHA for 4e90e43
README.md
@@ -89,7 +89,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
89
```sh
90
protoc -I/usr/local/include -I. \
91
-I$GOPATH/src \
92
- -I$GOPATH/src/github.com/googleapis/googleapis/ \
+ -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
93
--go_out=,plugins=grpc:. \
94
path/to/your_service.proto
95
```
0 commit comments