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 4e90e43 commit 7e2af08Copy full SHA for 7e2af08
README.md
@@ -90,7 +90,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
90
protoc -I/usr/local/include -I. \
91
-I$GOPATH/src \
92
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
93
- --go_out=,plugins=grpc:. \
+ --go_out=plugins=grpc:. \
94
path/to/your_service.proto
95
```
96
0 commit comments